PressableButton.DistanceSpaceMode 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.
Describes in which coordinate space the plane distances are stored and calculated
public:
property Microsoft::MixedReality::Toolkit::UI::PressableButton::SpaceMode DistanceSpaceMode { Microsoft::MixedReality::Toolkit::UI::PressableButton::SpaceMode get(); void set(Microsoft::MixedReality::Toolkit::UI::PressableButton::SpaceMode value); };
public Microsoft.MixedReality.Toolkit.UI.PressableButton.SpaceMode DistanceSpaceMode { get; set; }
member this.DistanceSpaceMode : Microsoft.MixedReality.Toolkit.UI.PressableButton.SpaceMode with get, set
Public Property DistanceSpaceMode As PressableButton.SpaceMode