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