Click or drag to resize

IControllerTemplateButtonSource Interface

Interface for a Controller Template Button Source. This provides information about the source of the Controller Template Button.

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public interface IControllerTemplateButtonSource : IControllerTemplateElementSource

The IControllerTemplateButtonSource type exposes the following members.

Properties
 NameDescription
Public propertytarget Target Controller element.
Public propertytype Gets the type of the element source.
(Inherited from IControllerTemplateElementSource)
Top
See Also