Search Results for

    Show / Hide Table of Contents

    Class LODContent

    The Level of Detail content.

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

    Fields

    LOD

    The LOD level.

    Declaration
    public int LOD
    Field Value
    Type Description
    int

    Nodes

    The nodes affected by this 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 name.

    Methods

    Read(BinaryReader)

    Read this LOD content.

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

    The reader.

    Returns
    Type Description
    LODContent

    The new instance.

    Write(BinaryWriter)

    Write 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