Interactable.States 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.
ScriptableObject to reference for basic state logic to follow when interacting and transitioning between states. Should generally be "DefaultInteractableStates" object
public:
property Microsoft::MixedReality::Toolkit::UI::States ^ States { Microsoft::MixedReality::Toolkit::UI::States ^ get(); void set(Microsoft::MixedReality::Toolkit::UI::States ^ value); };
public Microsoft.MixedReality.Toolkit.UI.States States { get; set; }
member this.States : Microsoft.MixedReality.Toolkit.UI.States with get, set
Public Property States As States