StateVisualizer.InteractiveElement Property

Definition

The linked Interactive Element component for this State Visualizer. The State Visualizer component depends on the presence of a component that derives from BaseInteractiveElement.

public:
 property Microsoft::MixedReality::Toolkit::Experimental::InteractiveElement::BaseInteractiveElement ^ InteractiveElement { Microsoft::MixedReality::Toolkit::Experimental::InteractiveElement::BaseInteractiveElement ^ get(); void set(Microsoft::MixedReality::Toolkit::Experimental::InteractiveElement::BaseInteractiveElement ^ value); };
public Microsoft.MixedReality.Toolkit.Experimental.InteractiveElement.BaseInteractiveElement InteractiveElement { get; set; }
member this.InteractiveElement : Microsoft.MixedReality.Toolkit.Experimental.InteractiveElement.BaseInteractiveElement with get, set
Public Property InteractiveElement As BaseInteractiveElement

Property Value

BaseInteractiveElement

Applies to