Class XFile
Assembly: JeremyAnsel.Media.DirectXFile.dll
public sealed class XFile
Properties
|
Edit this page
View Source
Declaration
public int AnimTicksPerSecond { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public List<XAnimationSet> AnimationSets { get; }
Property Value
|
Edit this page
View Source
Declaration
public int FileFlags { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public Version? FileVersion { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public XFormat Format { get; }
Property Value
|
Edit this page
View Source
Declaration
public Version? FormatVersion { get; }
Property Value
|
Edit this page
View Source
Declaration
public List<XFrame> Frames { get; }
Property Value
|
Edit this page
View Source
Declaration
public List<XMaterial> Materials { get; }
Property Value
|
Edit this page
View Source
Declaration
public List<XMesh> Meshes { get; }
Property Value
|
Edit this page
View Source
Declaration
public List<Tuple<string, Guid>> Templates { get; }
Property Value
|
Edit this page
View Source
Declaration
public bool UseDouble { get; }
Property Value
Methods
|
Edit this page
View Source
Declaration
public static XFile FromFile(string fileName)
Parameters
Type |
Name |
Description |
string |
fileName |
|
Returns
|
Edit this page
View Source
Declaration
public static XFile FromStream(Stream stream)
Parameters
Type |
Name |
Description |
Stream |
stream |
|
Returns
|
Edit this page
View Source
GenerateTextFromFile(string)
Declaration
public static string GenerateTextFromFile(string fileName)
Parameters
Type |
Name |
Description |
string |
fileName |
|
Returns
|
Edit this page
View Source
GenerateTextFromStream(Stream)
Declaration
public static string GenerateTextFromStream(Stream stream)
Parameters
Type |
Name |
Description |
Stream |
stream |
|
Returns