Class SkinnedModelLOD
Represents single Level Of Detail for the skinned model. Contains a collection of the meshes.
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public class SkinnedModelLOD : Object
Constructors
SkinnedModelLOD()
Properties
Box
Gets the bounding box combined for all meshes in this model LOD.
Declaration
[Unmanaged]
public BoundingBox Box { get; }
Property Value
BoundingBox
|
LODIndex
Gets the model LOD index.
Declaration
[Unmanaged]
public int LODIndex { get; }
Property Value
System.Int32
|
Meshes
The meshes array.
Declaration
[Unmanaged]
public SkinnedMesh[] Meshes { get; }
Property Value
SkinnedMesh[]
|
ScreenSize
The screen size to switch LODs. Bottom limit of the model screen size to render this LOD.
Declaration
[Unmanaged]
public float ScreenSize { get; set; }
Property Value
System.Single
|