StateManager.OnStateActivated Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Unity Event with the activated state as the event data. This event is invoked when a state is set to on.
public: property Microsoft::MixedReality::Toolkit::Experimental::InteractiveElement::InteractionStateActiveEvent ^ OnStateActivated { public:
Microsoft::MixedReality::Toolkit::Experimental::InteractiveElement::InteractionStateActiveEvent ^ get(); protected:
void set(Microsoft::MixedReality::Toolkit::Experimental::InteractiveElement::InteractionStateActiveEvent ^ value); };
public Microsoft.MixedReality.Toolkit.Experimental.InteractiveElement.InteractionStateActiveEvent OnStateActivated { get; protected set; }
member this.OnStateActivated : Microsoft.MixedReality.Toolkit.Experimental.InteractiveElement.InteractionStateActiveEvent with get, set
Public Property OnStateActivated As InteractionStateActiveEvent