Class XFile
Assembly: JeremyAnsel.DirectX.D3DXof.dll
Syntax
public sealed class XFile
Properties
|
Edit this page
View Source
AnimTicksPerSecond
Declaration
public int AnimTicksPerSecond { get; set; }
Property Value
|
Edit this page
View Source
AnimationSets
Declaration
public List<XAnimationSet> AnimationSets { get; }
Property Value
|
Edit this page
View Source
FileFlags
Declaration
public int FileFlags { get; set; }
Property Value
|
Edit this page
View Source
FileVersion
Declaration
public Version FileVersion { get; set; }
Property Value
|
Edit this page
View Source
Frames
Declaration
public List<XFrame> Frames { get; }
Property Value
|
Edit this page
View Source
Materials
Declaration
public List<XMaterial> Materials { get; }
Property Value
|
Edit this page
View Source
Meshes
Declaration
public List<XMesh> Meshes { get; }
Property Value
Methods
|
Edit this page
View Source
FromBytes(byte[])
Declaration
public static XFile FromBytes(byte[] fileBytes)
Parameters
Type |
Name |
Description |
byte[] |
fileBytes |
|
Returns
|
Edit this page
View Source
FromFile(string)
Declaration
public static XFile FromFile(string fileName)
Parameters
Type |
Name |
Description |
string |
fileName |
|
Returns
|
Edit this page
View Source
FromStream(Stream)
Declaration
public static XFile FromStream(Stream stream)
Parameters
Type |
Name |
Description |
Stream |
stream |
|
Returns
|
Edit this page
View Source
Save(string)
Declaration
public void Save(string fileName)
Parameters
Type |
Name |
Description |
string |
fileName |
|
|
Edit this page
View Source
Declaration
public void Save(string fileName, XofFileFormats format)
Parameters