SpacePinOrientable.SetSpongyPosition(Vector3) Method

Definition

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.

Applies to