SpacePinOrientable.Orienter 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.
Input dependency of the managing Orienter which will arbitrate individual rotations.
public Microsoft.MixedReality.WorldLocking.Core.IOrienter Orienter { get; set; }
member this.Orienter : Microsoft.MixedReality.WorldLocking.Core.IOrienter with get, set
Public Property Orienter As IOrienter
Property Value
Remarks
Access to the orienter is strictly by interface IOrienter. The type of the orienter member is Orienter to allow it to be set explicitly in the Inspector (see notes in Orienter), but any object implementing IOrienter can be used by explicit setting through SetOrienter(IOrienter).