Namespace Unity.XR.CoreUtils.Bindings
Classes
BindingsGroup
Container class for IEvent bindings. Helps unbind or clear bindings in bulk.
Structs
EventBinding
Container struct holding a bind and unbind action. Useful for storing bind and unbind actions at the point of registration to avoid keeping track of the binding signature, and works with anonymous functions.
Interfaces
IEventBinding
Interface for event binding used by BindableVariable<T>.