Rasagar/Library/PackageCache/com.unity.visualeffectgraph/Documentation~/Operator-WorldToLocal.md

12 lines
572 B
Markdown
Raw Normal View History

2024-08-26 13:07:20 -07:00
# World To Local
Menu Path : **Operator > BuiltIn > World To Local**
The **World To Local** Operator provides a matrix to transform a point from world space to local space. This is functionally the same as calling [Transform.worldToLocalMatrix](https://docs.unity3d.com/ScriptReference/Transform-worldToLocalMatrix.html) on the parent Transform object.
## Operator properties
| **Output** | **Type** | **Description** |
| ------------------ | --------- | -------------------------- |
| **World To Local** | Matrix4x4 | The world to local matrix. |