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, ICustomValueEquals
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
|
Methods
ValueEquals(Object)
Declaration
public bool ValueEquals(object other)
Parameters
|
System.Object
other
|
Returns
|
System.Boolean
|