SpacePinOrientable.SetOrienter(IOrienter) Method

Definition

Explicitly set the managing IOrienter, overriding any setting from the Inspector.

public void SetOrienter (Microsoft.MixedReality.WorldLocking.Core.IOrienter iorienter);
member this.SetOrienter : Microsoft.MixedReality.WorldLocking.Core.IOrienter -> unit
Public Sub SetOrienter (iorienter As IOrienter)

Parameters

iorienter
IOrienter

Remarks

The Orienter is nominally a completely internal artifact. The public setter is to allow construction from script.

Applies to