dimension
Dimensionality of the vertex attribute.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public int dimension { readonly get; set; }
Remarks
Dimension should be between 1 and 4 inclusive. Default value is 3.
Additional Resources: Mesh.SetVertexBufferParams.