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