C# Class OpenBve.World.Mesh

Represents a mesh consisting of a series of vertices, faces and material properties.
Exibir arquivo Open project: leezer3/OpenBVE

Private Methods

Method Description
Mesh ( Vertex Vertices, Color32 Color ) : System

Creates a mesh consisting of one face, which is represented by individual vertices, and a color.

Mesh ( Vertex Vertices, ColorRGBA Color ) : System

Creates a mesh consisting of one face, which is represented by individual vertices, and a color.

Mesh ( Vertex Vertices, int FaceVertices, Color32 Color ) : System

Creates a mesh consisting of the specified vertices, faces and color.

Mesh ( Vertex Vertices, int FaceVertices, ColorRGBA Color ) : System

Creates a mesh consisting of the specified vertices, faces and color.