StateEvents Class
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 default event configuration for an InteractionState.
public ref class StateEvents : Microsoft::MixedReality::Toolkit::Experimental::InteractiveElement::BaseInteractionEventConfiguration
public class StateEvents : Microsoft.MixedReality.Toolkit.Experimental.InteractiveElement.BaseInteractionEventConfiguration
type StateEvents = class
inherit BaseInteractionEventConfiguration
Public Class StateEvents
Inherits BaseInteractionEventConfiguration
- Inheritance
Constructors
StateEvents() |
Fields
OnStateOff |
Fired when a state is set to off. |
OnStateOn |
Fired when a state is set to on. |
Properties
EventReceiver |
The associated runtime event receiver for this event configuration. (Inherited from BaseInteractionEventConfiguration) |
StateName |
The name of the state associated with this event configuration. (Inherited from BaseInteractionEventConfiguration) |