Enum MeshoptMode
Mode defines the type of buffer to decode
Namespace: Unity.Cloud.Gltfast.Objects
Assembly: Unity.Cloud.Gltfast.dll
Syntax
public enum MeshoptMode
Fields
| Name | Description |
|---|---|
| Attributes | Vertex attributes |
| Indices | Index sequence |
| Triangles | Triangle indices buffer |
| Undefined | Don't use this value as parameter directly! It's for deserialization purpose only. |