FollowMeToggle.InteractableObject 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.
An optional Interactable to select/deselect when toggling the follow behavior.
public:
property Microsoft::MixedReality::Toolkit::UI::Interactable ^ InteractableObject { Microsoft::MixedReality::Toolkit::UI::Interactable ^ get(); void set(Microsoft::MixedReality::Toolkit::UI::Interactable ^ value); };
public Microsoft.MixedReality.Toolkit.UI.Interactable InteractableObject { get; set; }
member this.InteractableObject : Microsoft.MixedReality.Toolkit.UI.Interactable with get, set
Public Property InteractableObject As Interactable