NearInteractionTouchable.SetLocalUp(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 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