Inheritance
SdkMeshRawHeader
Assembly: JeremyAnsel.DirectX.SdkMesh.dll
public sealed class SdkMeshRawHeader
Properties
|
Edit this page
View Source
Declaration
public long BufferDataSize { get; }
Property Value
|
Edit this page
View Source
Declaration
public long FrameDataOffset { get; }
Property Value
|
Edit this page
View Source
Declaration
public long HeaderSize { get; }
Property Value
|
Edit this page
View Source
Declaration
public long IndexStreamHeadersOffset { get; }
Property Value
|
Edit this page
View Source
Declaration
public bool IsBigEndian { get; }
Property Value
|
Edit this page
View Source
Declaration
public long MaterialDataOffset { get; }
Property Value
|
Edit this page
View Source
Declaration
public long MeshDataOffset { get; }
Property Value
|
Edit this page
View Source
Declaration
public long NonBufferDataSize { get; }
Property Value
|
Edit this page
View Source
Declaration
public int NumFrames { get; }
Property Value
|
Edit this page
View Source
Declaration
public int NumIndexBuffers { get; }
Property Value
|
Edit this page
View Source
Declaration
public int NumMaterials { get; }
Property Value
|
Edit this page
View Source
Declaration
public int NumMeshes { get; }
Property Value
|
Edit this page
View Source
Declaration
public int NumTotalSubsets { get; }
Property Value
|
Edit this page
View Source
Declaration
public int NumVertexBuffers { get; }
Property Value
|
Edit this page
View Source
Declaration
public long SubsetDataOffset { get; }
Property Value
|
Edit this page
View Source
Declaration
public int Version { get; }
Property Value
|
Edit this page
View Source
Declaration
public long VertexStreamHeadersOffset { get; }
Property Value