Space Switching
Last updated
Last updated
Transforms a direction from world space to local space. This operation is not affected by the scale or position of the transform input. For more information, refer to in the Unity documentation.
Inputs:
Transform In
Transform
Reference to a transform.
Vector3 In
Vector3
The direction to transform to local space.
Outputs:
Vector3 Out
Vector3
The transformed direction.
Transforms a position from world space to local space. This operation is affected by the scale of the transform input. For more information, refer to in the Unity documentation.
Inputs:
Transform In
Transform
Reference to a transform.
Vector3 In
Vector3
The point to transform to local space.
Outputs:
Vector3 Out
Vector3
The transformed point.
Inputs:
Transform In
Transform
Reference to a transform.
Vector3 In
Vector3
The vector to transform to local space.
Outputs:
Vector3 Out
Vector3
The transformed vector.
Inputs:
Transform In
Transform
Reference to a transform.
Vector3 In
Vector3
The direction to transform to world space.
Outputs:
Vector3 Out
Vector3
The transformed direction.
Inputs:
Transform In
Transform
Reference to a transform.
Vector3 In
Vector3
The point to transform to world space.
Outputs:
Vector3 Out
Vector3
The transformed point.
Inputs:
Transform In
Transform
Reference to a transform.
Vector3 In
Vector3
The vector to transform to world space.
Outputs:
Vector3 Out
Vector3
The transformed vector.
Transforms a vector from world space to local space. This operation is affected by the scale of the transform input. For more information, refer to in the Unity documentation.
Transforms a direction from local space to world space. This operation is not affected by the scale or position of the transform input. For more information, refer to in the Unity documentation.
Transforms a position from local space to world space. This operation is affected by the scale of the transform input. For more information, refer to in the Unity documentation.
Transforms a vector from local space to world space. This operation is affected by the scale of the transform input. For more information, refer to in the Unity documentation.