Class SdkMeshRawMesh
Inheritance
SdkMeshRawMesh
Assembly: JeremyAnsel.DirectX.SdkMesh.dll
Syntax
public sealed class SdkMeshRawMesh
Properties
|
Edit this page
View Source
BoundingBoxCenter
Declaration
public XMFloat3 BoundingBoxCenter { get; }
Property Value
Type |
Description |
XMFloat3 |
|
|
Edit this page
View Source
BoundingBoxExtents
Declaration
public XMFloat3 BoundingBoxExtents { get; }
Property Value
Type |
Description |
XMFloat3 |
|
|
Edit this page
View Source
FrameInfluenceOffset
Declaration
public long FrameInfluenceOffset { get; }
Property Value
|
Edit this page
View Source
FrameInfluencesIndices
Declaration
public IList<int> FrameInfluencesIndices { get; }
Property Value
|
Edit this page
View Source
IndexBuffer
Declaration
public int IndexBuffer { get; }
Property Value
|
Edit this page
View Source
Name
Declaration
public string Name { get; }
Property Value
|
Edit this page
View Source
NumFrameInfluences
Declaration
public int NumFrameInfluences { get; }
Property Value
|
Edit this page
View Source
NumSubsets
Declaration
public int NumSubsets { get; }
Property Value
|
Edit this page
View Source
NumVertexBuffers
Declaration
public byte NumVertexBuffers { get; }
Property Value
|
Edit this page
View Source
SubsetOffset
Declaration
public long SubsetOffset { get; }
Property Value
|
Edit this page
View Source
SubsetsIndices
Declaration
public IList<int> SubsetsIndices { get; }
Property Value
|
Edit this page
View Source
VertexBuffers
Declaration
public IList<int> VertexBuffers { get; }
Property Value