API reference
API reference
Select your platform
No SDKs available
No versions available

TransformExtensions Class

Overview

Static Public Member Functions

static Vector3
InverseTransformPointUnscaled
( this Transform transform,
Vector3 position )
Transforms position from world space to local space.
static Vector3
TransformPointUnscaled
( this Transform transform,
Vector3 position )
Transforms position from local space to world space.
static Bounds
TransformBounds
( this Transform transform,
in Bounds bounds )
Transform a bounding box from local to world space.
static Transform
FindChildRecursive
( this Transform parent,
string name )

Details

Static Member Functions

static Vector3 Oculus.Interaction.TransformExtensions.InverseTransformPointUnscaled
( this Transform transform,
Vector3 position )
Transforms position from world space to local space.
static Vector3 Oculus.Interaction.TransformExtensions.TransformPointUnscaled
( this Transform transform,
Vector3 position )
Transforms position from local space to world space.
static Bounds Oculus.Interaction.TransformExtensions.TransformBounds
( this Transform transform,
in Bounds bounds )
Transform a bounding box from local to world space.
Parameters
transform
Transfrom that bounds is local to
bounds
The bounds to transform, in local space
Returns
The bounding box in world space
static Transform Oculus.Interaction.TransformExtensions.FindChildRecursive
( this Transform parent,
string name )
No description available.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon