Struct VertexEmpty

VertexEmpty structure

Represents an empty vertex attribute that can be used as an empty IVertexMaterial or empty IVertexSkinning in a VertexBuilder structure.

public struct VertexEmpty : IEquatable<VertexEmpty>, IVertexMaterial

Properties

NameDescription
MaxBindings { get; }
MaxColors { get; }
MaxTextCoords { get; }

Methods

NameDescription
override Equals(object)
Equals(VertexEmpty)
GetBindings()
override GetHashCode()
SetBindings(ref SparseWeight8)
Validate()
operator ==
operator !=

See Also