Share via


IOrienter.Register(IOrientable) Method

Definition

Add this orientable to the list to be both source of rotation computation, and targets to apply the computed rotation.

public void Register (Microsoft.MixedReality.WorldLocking.Core.IOrientable orientable);
abstract member Register : Microsoft.MixedReality.WorldLocking.Core.IOrientable -> unit
Public Sub Register (orientable As IOrientable)

Parameters

orientable
IOrientable

The object to start maintining the orientation of.

Applies to