static Vector3 | Transforms position from world space to local space. |
static Vector3 | Transforms position from local space to world space. |
static Bounds | Transform a bounding box from local to world space. |
static Transform |
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 boundsThe 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.
|