Struct VertexColor1Texture1

VertexColor1Texture1 structure

Defines a Vertex attribute with a Color material and a Texture Coordinate.

public struct VertexColor1Texture1 : IEquatable<VertexColor1Texture1>, IVertexMaterial

Constructors

NameDescription
VertexColor1Texture1(IVertexMaterial)
VertexColor1Texture1(Vector4, Vector2)

Properties

NameDescription
MaxColors { get; }
MaxTextCoords { get; }

Methods

NameDescription
Add(ref VertexMaterialDelta)
override Equals(object)
Equals(VertexColor1Texture1)
GetColor(int)
override GetHashCode()
GetTexCoord(int)
Subtract(IVertexMaterial)
static AreEqual(ref VertexColor1Texture1, ref VertexColor1Texture1)
operator ==
implicit operator
operator !=

Fields

NameDescription
Color
TexCoord

See Also