SFML.Net
| VertexArray Properties |
The VertexArray type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
Bounds | |
|
CPointer |
Access to the internal pointer of the object.
For internal use only
(Inherited from ObjectBase.) |
|
Item |
Read-write access to vertices by their index.
This function doesn't check index, it must be in range
[0, VertexCount - 1]. The behaviour is undefined
otherwise.
|
|
PrimitiveType |
Type of primitives to draw
|
|
VertexCount |
Total vertex count
|
See Also