Enum VertexAttributes
Vertex attributes enum flags. Same as UnityEngine.Rendering.VertexAttribute just as flags.
Namespace: ProjectDawn.Geometry3D
Assembly: ProjectDawn.Geometry.dll
Syntax
[Flags]
public enum VertexAttributes
Fields
| Name | Description |
|---|---|
| BlendIndices | |
| BlendWeight | |
| Color | |
| None | |
| Normal | |
| Position | |
| Tangent | |
| TexCoord0 | |
| TexCoord1 | |
| TexCoord2 | |
| TexCoord3 | |
| TexCoord4 | |
| TexCoord5 | |
| TexCoord6 | |
| TexCoord7 |