Click or drag to resize

UnityEventCommandTBehaviourGetEvents Method

Returns the events 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
Syntax
protected virtual IEnumerable<UnityEvent> GetEvents(
	TBehaviour target
)

Parameters

target
Type: TBehaviour
Target behaviour to get event from.

Return Value

Type: IEnumerableUnityEvent
Events from the specified target to observe.
See Also