C# Class Axiom.RenderSystems.Xna.FixedFunctionEmulation.VertexBufferElement

Show file Open project: WolfgangSt/axiom Class Usage Examples

Public Properties

Property Type Description
VertexElementIndex ushort
VertexElementSemantic VertexElementSemantic
VertexElementType VertexElementType

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

Property Details

VertexElementIndex public property

public ushort VertexElementIndex
return ushort

VertexElementSemantic public property

public VertexElementSemantic VertexElementSemantic
return VertexElementSemantic

VertexElementType public property

public VertexElementType VertexElementType
return VertexElementType