API reference
API reference
Select your platform
No SDKs available
No versions available

MultiAction Class

Classes that implement an interface that has MActions can use MultiAction as their MAction implementation to allow for multiple types of delegates to subscribe to the generic type.

Protected Fields

actions : HashSet< Action< T > >
Signature
HashSet<Action<T> > Oculus.Interaction.MultiAction< T >.actions

Properties

Action : Action< T >
Signature
Action<T> Oculus.Interaction.MultiAction< T >.Action

Methods

Invoke ( t )
Signature
void Oculus.Interaction.MultiAction< T >.Invoke(T t)
Parameters
t: T
Returns
void