Class ButtonBinder
The one-way IBinder binds a value to the component with
Inherited Members
Namespace: FastenUp.Runtime.Binders.Events
Assembly: cs.temp.dll.dll
Syntax
public class ButtonBinder : BaseBinder, IEventBinder<UnityAction>, IBinder
Methods
AddListener(UnityAction)
Declaration
public void AddListener(UnityAction action)
Parameters
Type | Name | Description |
---|---|---|
UnityAction | action |
OnDisable()
Declaration
protected override void OnDisable()
Overrides
RemoveListener(UnityAction)
Declaration
public void RemoveListener(UnityAction action)
Parameters
Type | Name | Description |
---|---|---|
UnityAction | action |