Struct Vertex
- Namespace
- Elegy.MapCompiler.Data.Processing
- Assembly
- Elegy.MapCompiler.dll
public struct Vertex
- Inherited Members
Properties
Colour
public Vector4 Colour { readonly get; set; }
Property Value
Normal
public Vector3 Normal { readonly get; set; }
Property Value
Position
public Vector3 Position { readonly get; set; }
Property Value
Uv
public Vector2 Uv { readonly get; set; }