Search Results for

    Show / Hide Table of Contents

    Class MeshModel

    Model asset.

    Inheritance
    object
    MeshModel
    Namespace: Evergine.Framework.Assets.AssetSources
    Assembly: Evergine.Framework.dll
    Syntax
    public class MeshModel

    Constructors

    MeshModel()

    Initializes a new instance of the MeshModel class.

    Declaration
    public MeshModel()

    Properties

    MaterialIndex

    Gets or sets the material index.

    Declaration
    public int MaterialIndex { get; set; }
    Property Value
    Type Description
    int

    Name

    Gets or sets the mesh name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    NumFaces

    Gets or sets the num faces;.

    Declaration
    public int NumFaces { get; set; }
    Property Value
    Type Description
    int

    NumVertices

    Gets or sets the num vertices;.

    Declaration
    public int NumVertices { get; set; }
    Property Value
    Type Description
    int

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX