Click or drag to resize

PhysicsExtensionsGetAxis Method (Vector3)

Gets the axis of the vector

Namespace:  ImmerseSDK.Extensions
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public static Axes GetAxis(
	UnityEngine.Vector3 axis
)

Parameters

axis
Type: UnityEngine.Vector3

Return Value

Type: Axes
See Also