 | TriggerCommandGetEvent Method |
Returns the event from the specified target to observe.
Namespace:
Slash.Unity.DataBind.GestureInput.Commands
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxprotected override UnityEvent GetEvent(
TriggerSource target
)
Protected Overrides Function GetEvent (
target As TriggerSource
) As UnityEvent
protected:
virtual UnityEvent^ GetEvent(
TriggerSource^ target
) override
abstract GetEvent :
target : TriggerSource -> UnityEvent
override GetEvent :
target : TriggerSource -> UnityEvent
Parameters
- target
- Type: Slash.Unity.GestureInput.SourcesTriggerSource
Target behaviour to get event from.
Return Value
Type:
UnityEventEvent from the specified target to observe.
See Also