File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Packages/com.unity.shadergraph/Documentation~ Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments