Interface IEventBinding
Interface for event binding used by BindableVariable<T>.
Namespace: Unity.XR.CoreUtils.Bindings
Assembly: solution.dll
Syntax
public interface IEventBinding
Properties
| Name | Description |
|---|---|
| IsBound | True if Bind function was called and binding is currently active. |
Methods
| Name | Description |
|---|---|
| Bind() | Trigger binding action. |
| ClearBinding() | Trigger unbinding action and then destroy all binding action references. |
| Unbind() | Trigger unbinding action. |