SpacePinOrientable.SetLockedPose(Pose) Method
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.
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.