| VertexPositionNormalColor Structure |
Namespace: DigitalRune.Graphics
The VertexPositionNormalColor type exposes the following members.
| Name | Description | |
|---|---|---|
| VertexPositionNormalColor |
Initializes a new instance of the VertexPositionNormalColor struct.
|
| Name | Description | |
|---|---|---|
| Equals |
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).) | |
| GetHashCode |
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Retrieves a string representation of this object.
(Overrides ValueTypeToString.) |
| Name | Description | |
|---|---|---|
| Equality |
Compares two objects to determine whether they are the same.
| |
| Inequality |
Compares two objects to determine whether they are different.
|
| Name | Description | |
|---|---|---|
| Color |
The vertex color.
| |
| Normal |
The vertex normal vector.
| |
| Position |
The vertex position.
| |
| VertexDeclaration |
The vertex declaration.
|
| Name | Description | |
|---|---|---|
| SizeInBytes |
Gets the size of the VertexPositionNormalColor structure in bytes.
|
| Name | Description | |
|---|---|---|
| IVertexType.VertexDeclaration |
Gets the vertex declaration.
|