Aracılığıyla paylaş


SpacePinOrientable.SetLockedPose(Pose) Method

Definition

Override of base SetLockedPose to allow insertion of the computation of rotation.

public override void SetLockedPose (UnityEngine.Pose lockedPose);
override this.SetLockedPose : UnityEngine.Pose -> unit
Public Overrides Sub SetLockedPose (lockedPose As Pose)

Parameters

lockedPose
UnityEngine.Pose

The new pose in world locked space.

Remarks

Note that base class implementation is not invoked here, but rather this override performs the same steps but with additional computations (for the rotation) interleaved.

Applies to