Struct VertexMaterialDelta

VertexMaterialDelta structure

Defines a Vertex attribute with two material Colors and two Texture Coordinates.

public struct VertexMaterialDelta : IEquatable<VertexMaterialDelta>, IVertexMaterial

Constructors

NameDescription
VertexMaterialDelta(IVertexMaterial)
VertexMaterialDelta(ref Vector4, ref Vector4, ref Vector2, ref Vector2)

Properties

NameDescription
static Zero { get; }
MaxColors { get; }
MaxTextCoords { get; }

Methods

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

Fields

NameDescription
Color0Delta
Color1Delta
TexCoord0Delta
TexCoord1Delta

See Also