Rasagar/Library/PackageCache/com.unity.visualeffectgraph/Documentation~/Operator-Transform(Matrix).md

17 lines
760 B
Markdown
Raw Normal View History

2024-08-26 13:07:20 -07:00
# Transform (Matrix)
Menu Path : **Operator > Math > Geometry > Transform (Matrix)**
The **Transform (Matrix)** Operator applies a transformation to a Matrix to modify its position, rotation, or scale.
## Operator properties
| **Input** | **Type** | **Description** |
| ------------- | --------- | -------------------------------------------------- |
| **Transform** | Transform | The Transform this Operator applies to the Matrix. |
| **Matrix** | Matrix | The Matrix this Operator transforms. |
| **Output** | **Type** | **Description** |
| ---------- | -------- | ------------------------------------- |
| **Matrix** | Matrix | The result of the transformed Matrix. |