Search Results for

    Show / Hide Table of Contents

    Class MeshContainer

    The mesh content.

    Inheritance
    object
    MeshContainer
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.Framework.Graphics
    Assembly: Evergine.Framework.dll
    Syntax
    public class MeshContainer

    Constructors

    MeshContainer()

    Initializes a new instance of the MeshContainer class.

    Declaration
    public MeshContainer()

    Fields

    Meshes

    The mesh parts.

    Declaration
    public List<Mesh> Meshes
    Field Value
    Type Description
    List<Mesh>

    Properties

    BoundingBox

    Gets or sets the bounding box.

    Declaration
    public BoundingBox? BoundingBox { get; set; }
    Property Value
    Type Description
    BoundingBox?

    MorphTargetCount

    Gets or sets the number of morph targets.

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

    MorphTargetWeights

    Gets or sets the default morph target weights.

    Declaration
    public float[] MorphTargetWeights { get; set; }
    Property Value
    Type Description
    float[]

    Name

    Gets or sets the name.

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

    The name.

    Skin

    Gets or sets the skin.

    Declaration
    public SkinContent Skin { get; set; }
    Property Value
    Type Description
    SkinContent

    Methods

    RefreshBoundingBox()

    Compute bounding box.

    Declaration
    public void RefreshBoundingBox()

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX