SpacePinOrientable.SetSpongyPosition(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 spongy space. Rotation not needed since it is computed based on relative positions.
public void SetSpongyPosition (UnityEngine.Vector3 spongyPosition);
member this.SetSpongyPosition : UnityEngine.Vector3 -> unit
Public Sub SetSpongyPosition (spongyPosition As Vector3)
Parameters
- spongyPosition
- UnityEngine.Vector3
Position in spongyt space.