Enum TMP_VertexDataUpdateFlags
Flags to control what vertex data is pushed to the mesh and renderer.
Namespace: TMPro
Syntax
public enum TMP_VertexDataUpdateFlags
Fields
Name | Description | Value |
---|---|---|
None | 0 | |
Vertices | 1 | |
Uv0 | 2 | |
Uv2 | 4 | |
Uv4 | 8 | |
Colors32 | 16 | |
All | 255 |