Search Results for

    Show / Hide Table of Contents

    Class LODContent

    The level of detail content.

    Inheritance
    object
    LODContent
    Namespace: Evergine.Common.Graphics
    Assembly: Evergine.Framework.dll
    Syntax
    public class LODContent

    Fields

    LOD

    The level of detail (LOD).

    Declaration
    public int LOD
    Field Value
    Type Description
    int

    Nodes

    The nodes affected by this level of detail (LOD).

    Declaration
    public int[] Nodes
    Field Value
    Type Description
    int[]

    ScreenCoverage

    The screen coverage of this LOD.

    Declaration
    public float ScreenCoverage
    Field Value
    Type Description
    float

    The coverage.

    Methods

    Read(BinaryReader)

    Reads this LOD content.

    Declaration
    public static LODContent Read(BinaryReader reader)
    Parameters
    Type Name Description
    BinaryReader reader

    The reader.

    Returns
    Type Description
    LODContent

    A new instance.

    Write(BinaryWriter)

    Writes this instance into a stream.

    Declaration
    public void Write(BinaryWriter writer)
    Parameters
    Type Name Description
    BinaryWriter writer

    The writer.

    Extension Methods

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