Search Results for

    Show / Hide Table of Contents

    Class ModelInstanceActor.MeshReference

    Utility container to reference a single mesh within ModelInstanceActor.

    Inheritance
    System.Object
    ModelInstanceActor.MeshReference
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class MeshReference : ValueType

    Fields

    Actor

    Owning actor.

    Declaration
    public ModelInstanceActor Actor
    Field Value
    ModelInstanceActor

    LODIndex

    Index of the LOD (Level Of Detail).

    Declaration
    public int LODIndex
    Field Value
    System.Int32

    MeshIndex

    Index of the mesh (within the LOD).

    Declaration
    public int MeshIndex
    Field Value
    System.Int32

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat