IVertex Interface
Namespace: Stride.GraphicsAssembly: Stride.Graphics.dll
The base interface for all the vertex data structure.
public interface IVertex
Name | Description | |
---|---|---|
Methods | ||
FlipWinding() | Flip the vertex winding. |
|
GetLayout() | Gets the layout of the vertex. |
Methods
FlipWinding()
Flip the vertex winding.
void FlipWinding()
GetLayout()
Gets the layout of the vertex.
VertexDeclaration GetLayout()
Returns
Type | Description |
---|---|
VertexDeclaration |