C# Class Warcraft.MDX.Geometry.MDXViewHeader

ファイルを表示 Open project: Nihlus/libwarcraft Class Usage Examples

Public Properties

Property Type Description
SubmeshCount uint
SubmeshesOffset uint
TextureCount uint
TexturesOffset uint
TransitionDistance uint
TriangleVertexCount uint
TriangleVertexIndicesOffset uint
VertexIndexCount uint
VertexIndicesOffset uint
VertexPropertiesOffset uint
VertexPropertyCount uint

Public Methods

Method Description
MDXViewHeader ( byte data ) : System.IO

Method Details

MDXViewHeader() public method

public MDXViewHeader ( byte data ) : System.IO
data byte
return System.IO

Property Details

SubmeshCount public_oe property

public uint SubmeshCount
return uint

SubmeshesOffset public_oe property

public uint SubmeshesOffset
return uint

TextureCount public_oe property

public uint TextureCount
return uint

TexturesOffset public_oe property

public uint TexturesOffset
return uint

TransitionDistance public_oe property

public uint TransitionDistance
return uint

TriangleVertexCount public_oe property

public uint TriangleVertexCount
return uint

TriangleVertexIndicesOffset public_oe property

public uint TriangleVertexIndicesOffset
return uint

VertexIndexCount public_oe property

public uint VertexIndexCount
return uint

VertexIndicesOffset public_oe property

public uint VertexIndicesOffset
return uint

VertexPropertiesOffset public_oe property

public uint VertexPropertiesOffset
return uint

VertexPropertyCount public_oe property

public uint VertexPropertyCount
return uint