PiXYZ Plugin for Unity
Scripting API Documentation
|
Public Attributes | |
LODQuality | quality |
double | threshold |
LODQuality quality |
The quality for that LOD.
double threshold |
The threshold [0 to 1] at which this LOD ends.
For example : A threshold of 0 means that this LOD will be visible between (previousLOD.threshold * 100)% and 0% visibility. A threshold of 0.3 means that this LOD will be visible between (previousLOD.threshold * 100)% and 30% visibility.