Search Results for

    Show / Hide Table of Contents

    Class LODLevel

    Represent the LOD level of a model. It contains all elements associated to a specific LOD level.

    Inheritance
    object
    LODLevel
    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 LODLevel

    Properties

    Entries

    Gets or sets the nodes.

    Declaration
    public LODEntry[] Entries { get; set; }
    Property Value
    Type Description
    LODEntry[]

    LOD

    Gets or sets the LOD level.

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

    Methods

    DisableLOD()

    Disable this LOD entry.

    Declaration
    public void DisableLOD()

    EnableLOD()

    Enable this LOD entry.

    Declaration
    public void EnableLOD()

    RefreshLOD(bool)

    Refresh this LOD entry.

    Declaration
    public void RefreshLOD(bool isEnabled)
    Parameters
    Type Name Description
    bool isEnabled

    if this LOD entry is enabled.

    Extension Methods

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