VertexElement Structure |
Namespace: NeoAxis
public struct VertexElement
The VertexElement type exposes the following members.
Name | Description | |
---|---|---|
VertexElement | Initializes a new instance of the VertexElement class |
Name | Description | |
---|---|---|
Offset | Gets the offset into the buffer where this element starts in bytes. | |
Semantic | Gets the meaning of this element. | |
Source | Gets the vertex buffer index from where this element draws it's values. | |
Type | Gets the data format of this element. |
Name | Description | |
---|---|---|
ConvertColorValue | Utility method for converting color to a packed 32-bit color type. | |
Equals | (Overrides ValueTypeEquals(Object).) | |
GetHashCode | (Overrides ValueTypeGetHashCode.) | |
GetSizeInBytes | Gets the size of this element in bytes. | |
GetSizeInBytes(VertexElementType) | Utility method for helping to calculate offsets. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | (Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
Equality | ||
Inequality |
Name | Description | |
---|---|---|
MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) | |
PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertyGetT(String, Object, Boolean) | Overloaded.
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.) |