NearInteractionTouchable.SetLocalUp(Vector3) Method

Definition

Set new local up direction and ensure that local forward is perpendicular to the new local up and local right direction.

public:
 void SetLocalUp(UnityEngine::Vector3 newLocalUp);
public void SetLocalUp (UnityEngine.Vector3 newLocalUp);
member this.SetLocalUp : UnityEngine.Vector3 -> unit
Public Sub SetLocalUp (newLocalUp As Vector3)

Parameters

newLocalUp
UnityEngine.Vector3

Applies to