Enum MaterialPropertyFormat
Namespace: Unity.Rendering
Syntax
public enum MaterialPropertyFormat
Fields
| Name | Description | Value |
|---|---|---|
| Float | 0 | |
| Float2 | 1 | |
| Float3 | 2 | |
| Float4 | 3 | |
| Float2x4 | 4 | |
| Float4x4 | 5 |
public enum MaterialPropertyFormat
| Name | Description | Value |
|---|---|---|
| Float | 0 | |
| Float2 | 1 | |
| Float3 | 2 | |
| Float4 | 3 | |
| Float2x4 | 4 | |
| Float4x4 | 5 |