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
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
|