SpacePinOrientable.SetFrozenPosition(Vector3) 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.
Set the position in frozen space. Rotation not needed since it is computed based on relative positions.
public void SetFrozenPosition (UnityEngine.Vector3 frozenPosition);
member this.SetFrozenPosition : UnityEngine.Vector3 -> unit
Public Sub SetFrozenPosition (frozenPosition As Vector3)
Parameters
- frozenPosition
- UnityEngine.Vector3
Position in frozen space.