MaterialPropertyType
The type of a given material property.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public enum MaterialPropertyType
Fields
Value | Description |
|---|---|
| ComputeBuffer | A Compute Buffer Property. |
| ConstantBuffer | A Constant Buffer Property. |
| Float | A Float Property. |
| Int | An Integer Property. |
| Matrix | A Matrix Property. |
| Texture | A Texture Property. |
| Vector | A Vector Property. |