Skip to content

Commit 0d172bd

Browse files
ocarrereEvergreen
authored andcommitted
docg-7282: Add Matrix Data types
1 parent 1f82f6d commit 0d172bd

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Packages/com.unity.shadergraph/Documentation~/Property-Types.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,3 +185,27 @@ Defines a **Boolean** value. Displays a **ToggleUI** field in the material inspe
185185
| Field | Type | Description |
186186
|:-------------|:------|:------------|
187187
| Default | Boolean | The default value of the [Property](https://docs.unity3d.com/Manual/SL-Properties.html). |
188+
189+
## Matrix 2x2
190+
191+
Defines a Matrix 2. Matrices do not display in the **Inspector** window of the material.
192+
193+
| Field | Type |
194+
|:--------|:---------|
195+
| Default | Matrix 2 |
196+
197+
## Matrix 3x3
198+
199+
Defines a Matrix 3 value. Can't be displayed in the material inspector.
200+
201+
| Field | Type |
202+
|:--------|:---------|
203+
| Default | Matrix 3 |
204+
205+
## Matrix 4x4
206+
207+
Defines a Matrix 4 value. Can't be displayed in the material inspector.
208+
209+
| Field | Type |
210+
|:--------|:---------|
211+
| Default | Matrix 4 |

0 commit comments

Comments
 (0)