Class SdkMeshRawSubset
Inheritance
SdkMeshRawSubset
Assembly: JeremyAnsel.DirectX.SdkMesh.dll
Syntax
public sealed class SdkMeshRawSubset
Properties
|
Edit this page
View Source
IndexCount
Declaration
public long IndexCount { get; }
Property Value
|
Edit this page
View Source
IndexStart
Declaration
public long 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
PrimitiveType
Declaration
public SdkMeshPrimitiveType PrimitiveType { get; }
Property Value
|
Edit this page
View Source
VertexCount
Declaration
public long VertexCount { get; }
Property Value
|
Edit this page
View Source
VertexStart
Declaration
public long VertexStart { get; }
Property Value