Свойство | Тип | Описание | |
---|---|---|---|
Color | Color | ||
Position | Vector2f | ||
TexCoords | Vector2f |
Метод | Описание | |
---|---|---|
ToString ( ) : string |
Provide a string describing the object
|
|
Vertex ( Vector2f position ) : System.Runtime.InteropServices |
Construct the vertex from its position The vertex color is white and texture coordinates are (0, 0).
|
|
Vertex ( Vector2f position, Color color ) : System.Runtime.InteropServices |
Construct the vertex from its position and color The texture coordinates are (0, 0).
|
|
Vertex ( Vector2f position, Color color, Vector2f texCoords ) : System.Runtime.InteropServices |
Construct the vertex from its position, color and texture coordinates
|
|
Vertex ( Vector2f position, Vector2f texCoords ) : System.Runtime.InteropServices |
Construct the vertex from its position and texture coordinates The vertex color is white.
|
public Vertex ( Vector2f position ) : System.Runtime.InteropServices | ||
position | Vector2f | Vertex position |
Результат | System.Runtime.InteropServices |
public Vertex ( Vector2f position, Color color ) : System.Runtime.InteropServices | ||
position | Vector2f | Vertex position |
color | Color | Vertex color |
Результат | System.Runtime.InteropServices |
public Vertex ( Vector2f position, Color color, Vector2f texCoords ) : System.Runtime.InteropServices | ||
position | Vector2f | Vertex position |
color | Color | Vertex color |
texCoords | Vector2f | Vertex texture coordinates |
Результат | System.Runtime.InteropServices |
public Vertex ( Vector2f position, Vector2f texCoords ) : System.Runtime.InteropServices | ||
position | Vector2f | Vertex position |
texCoords | Vector2f | Vertex texture coordinates |
Результат | System.Runtime.InteropServices |