Class BindingsGroup
Container class for IEvent bindings. Helps unbind or clear bindings in bulk.
Inherited Members
Namespace: Unity.XR.CoreUtils.Bindings
Assembly: solution.dll
Syntax
public class BindingsGroup
Methods
| Name | Description |
|---|---|
| AddBinding(IEventBinding) | Register binding to group |
| Bind() | Triggers binding action on all registered bindings. |
| Clear() | Triggers unbind action on all bindings and destroys all stored binding actions, as well as clears the group of all registered bindings. |
| ClearBinding(IEventBinding) | Clear a specific binding and remove it from the binding group. |
| Unbind() | Triggers unbind action all registered bindings without clearing them. |