Vertex |
public struct VertexBuffer : IDisposable, IEquatable<VertexBuffer>
The VertexBuffer type exposes the following members.
| Name | Description | |
|---|---|---|
| VertexBuffer | Initializes a new instance of the VertexBuffer struct. |
| Name | Description | |
|---|---|---|
| Dispose | Releases the vertex buffer. | |
| Equals(Object) |
Determines whether the specified Object is equal to this instance.
(Overrides ValueTypeEquals(Object)) | |
| Equals(VertexBuffer) | Determines whether the specified object is equal to this instance. | |
| GetHashCode |
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| SetName | Sets the name of the vertex buffer, for debug display purposes. | |
| ToString |
Returns a String that represents this instance.
(Overrides ValueTypeToString) |
| Name | Description | |
|---|---|---|
| Equality(VertexBuffer, VertexBuffer) | Implements the equality operator. | |
| Inequality(VertexBuffer, VertexBuffer) | Implements the inequality operator. |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx) | |
| PropertyGet |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertyGetT |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx) |