 | ButtonClickCommandGetEvent 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 override UnityEvent GetEvent(
Button target
)
Protected Overrides Function GetEvent (
target As Button
) As UnityEvent
protected:
virtual UnityEvent^ GetEvent(
Button^ target
) override
abstract GetEvent :
target : Button -> UnityEvent
override GetEvent :
target : Button -> UnityEvent
Parameters
- target
- Type: UnityEngine.UIButton
Target behaviour to get event from.
Return Value
Type:
UnityEventEvent from the specified target to observe.
See Also