• 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 XMesh

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

    Properties

    | Edit this page View Source

    BonesCount

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

    FVF

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

    FVFData

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

    FacesIndices

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

    FacesNormalsIndices

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

    Materials

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

    MaterialsFacesIndices

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

    MaxSkinWeightsPerFace

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

    MaxSkinWeightsPerVertex

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

    Name

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

    Normals

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

    OriginalVerticesCount

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

    SkinWeights

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

    TextureCoords

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

    VertexColors

    Declaration
    public List<Tuple<int, XColorRgba>> VertexColors { get; }
    Property Value
    Type Description
    List<Tuple<int, XColorRgba>>
    | Edit this page View Source

    VertexDuplicationIndices

    Declaration
    public int[]? VertexDuplicationIndices { get; set; }
    Property Value
    Type Description
    int[]
    | Edit this page View Source

    VertexElements

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

    VertexElementsData

    Declaration
    public uint[]? VertexElementsData { get; set; }
    Property Value
    Type Description
    uint[]
    | Edit this page View Source

    Vertices

    Declaration
    public List<XVector> Vertices { get; }
    Property Value
    Type Description
    List<XVector>

    Methods

    | Edit this page View Source

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    object.ToString()
    • Edit this page
    • View Source
    In this article
    Back to top Copyright (c) 2020-2022 Jérémy Ansel