BaseMixedRealityLineDataProvider.RotationMode 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.
The rotation mode used in the GetRotation function. You can visualize rotations by checking Draw Rotations under Editor Settings.
public:
property Microsoft::MixedReality::Toolkit::LineRotationMode RotationMode { Microsoft::MixedReality::Toolkit::LineRotationMode get(); void set(Microsoft::MixedReality::Toolkit::LineRotationMode value); };
public Microsoft.MixedReality.Toolkit.LineRotationMode RotationMode { get; set; }
member this.RotationMode : Microsoft.MixedReality.Toolkit.LineRotationMode with get, set
Public Property RotationMode As LineRotationMode