• Api Documentation
  • Source Code
Search Results for

    Show / Hide Table of Contents
    • JeremyAnsel.Media.DirectXFile
      • XAnimation
      • XAnimationKey
      • XAnimationKeyType
      • XAnimationSet
      • XColorRgb
      • XColorRgba
      • XCoords2d
      • XEffectInstance
      • XFile
      • XFormat
      • XFrame
      • XFrameCamera
      • XMaterial
      • XMatrix4x4
      • XMesh
      • XSkinWeights
      • XVector
      • XVertexElement
      • XVertexElementDataType
      • XVertexElementMethod
      • XVertexElementUsage

    Class XFile

    Inheritance
    object
    XFile
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: JeremyAnsel.Media.DirectXFile
    Assembly: JeremyAnsel.Media.DirectXFile.dll
    Syntax
    public sealed class XFile

    Properties

    | Edit this page View Source

    AnimTicksPerSecond

    Declaration
    public int AnimTicksPerSecond { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    AnimationSets

    Declaration
    public List<XAnimationSet> AnimationSets { get; }
    Property Value
    Type Description
    List<XAnimationSet>
    | Edit this page View Source

    FileFlags

    Declaration
    public int FileFlags { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    FileVersion

    Declaration
    public Version? FileVersion { get; set; }
    Property Value
    Type Description
    Version
    | Edit this page View Source

    Format

    Declaration
    public XFormat Format { get; }
    Property Value
    Type Description
    XFormat
    | Edit this page View Source

    FormatVersion

    Declaration
    public Version? FormatVersion { get; }
    Property Value
    Type Description
    Version
    | Edit this page View Source

    Frames

    Declaration
    public List<XFrame> Frames { get; }
    Property Value
    Type Description
    List<XFrame>
    | Edit this page View Source

    Materials

    Declaration
    public List<XMaterial> Materials { get; }
    Property Value
    Type Description
    List<XMaterial>
    | Edit this page View Source

    Meshes

    Declaration
    public List<XMesh> Meshes { get; }
    Property Value
    Type Description
    List<XMesh>
    | Edit this page View Source

    Templates

    Declaration
    public List<Tuple<string, Guid>> Templates { get; }
    Property Value
    Type Description
    List<Tuple<string, Guid>>
    | Edit this page View Source

    UseDouble

    Declaration
    public bool UseDouble { get; }
    Property Value
    Type Description
    bool

    Methods

    | Edit this page View Source

    FromFile(string)

    Declaration
    public static XFile FromFile(string fileName)
    Parameters
    Type Name Description
    string fileName
    Returns
    Type Description
    XFile
    | Edit this page View Source

    FromStream(Stream)

    Declaration
    public static XFile FromStream(Stream stream)
    Parameters
    Type Name Description
    Stream stream
    Returns
    Type Description
    XFile
    | Edit this page View Source

    GenerateTextFromFile(string)

    Declaration
    public static string GenerateTextFromFile(string fileName)
    Parameters
    Type Name Description
    string fileName
    Returns
    Type Description
    string
    | Edit this page View Source

    GenerateTextFromStream(Stream)

    Declaration
    public static string GenerateTextFromStream(Stream stream)
    Parameters
    Type Name Description
    Stream stream
    Returns
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright (c) 2020-2022 Jérémy Ansel