Class XFrame
Assembly: JeremyAnsel.Media.DirectXFile.dll
public sealed class XFrame
Properties
|
Edit this page
View Source
Declaration
public XFrameCamera? FrameCamera { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public List<XFrame> Frames { get; }
Property Value
|
Edit this page
View Source
Declaration
public List<XMesh> Meshes { get; }
Property Value
|
Edit this page
View Source
Declaration
public Dictionary<int, string> MeshesNames { get; }
Property Value
|
Edit this page
View Source
Declaration
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public XMatrix4x4? TransformMatrix { get; set; }
Property Value