Class SdkMeshRawFile
Inheritance
SdkMeshRawFile
Assembly: JeremyAnsel.DirectX.SdkMesh.dll
Syntax
public sealed class SdkMeshRawFile
Properties
|
Edit this page
View Source
Frames
Declaration
public IList<SdkMeshRawFrame> Frames { get; }
Property Value
|
Edit this page
View Source
Declaration
public SdkMeshRawHeader? Header { get; }
Property Value
|
Edit this page
View Source
IndexBufferBytes
Declaration
public IList<byte[]> IndexBufferBytes { get; }
Property Value
|
Edit this page
View Source
Declaration
public IList<SdkMeshRawIndexBufferHeader> IndexBufferHeaders { get; }
Property Value
|
Edit this page
View Source
Materials
Declaration
public IList<SdkMeshRawMaterial> Materials { get; }
Property Value
|
Edit this page
View Source
Meshes
Declaration
public IList<SdkMeshRawMesh> Meshes { get; }
Property Value
|
Edit this page
View Source
Subsets
Declaration
public IList<SdkMeshRawSubset> Subsets { get; }
Property Value
|
Edit this page
View Source
VertexBufferBytes
Declaration
public IList<byte[]> VertexBufferBytes { get; }
Property Value
|
Edit this page
View Source
Declaration
public IList<SdkMeshRawVertexBufferHeader> VertexBufferHeaders { get; }
Property Value
Methods
|
Edit this page
View Source
FromFile(string?)
Declaration
public static SdkMeshRawFile FromFile(string? fileName)
Parameters
| Type |
Name |
Description |
| string |
fileName |
|
Returns
|
Edit this page
View Source
FromStream(Stream?)
Declaration
public static SdkMeshRawFile FromStream(Stream? stream)
Parameters
| Type |
Name |
Description |
| Stream |
stream |
|
Returns