Class SdkMeshSubset
Inheritance
SdkMeshSubset
Assembly: JeremyAnsel.DirectX.SdkMesh.dll
Syntax
public sealed class SdkMeshSubset
Properties
|
Edit this page
View Source
IndexCount
Declaration
public int IndexCount { get; }
Property Value
|
Edit this page
View Source
IndexStart
Declaration
public int IndexStart { get; }
Property Value
|
Edit this page
View Source
MaterialIndex
Declaration
public int MaterialIndex { get; }
Property Value
|
Edit this page
View Source
Name
Declaration
public string Name { get; }
Property Value
|
Edit this page
View Source
PrimitiveTopology
Declaration
public D3D11PrimitiveTopology PrimitiveTopology { get; }
Property Value
Type |
Description |
D3D11PrimitiveTopology |
|
|
Edit this page
View Source
VertexCount
Declaration
public int VertexCount { get; }
Property Value
|
Edit this page
View Source
VertexStart
Declaration
public int VertexStart { get; }
Property Value