Enum LODGenerator.AutoComputeLODThresholdMode
How the LOD thresholds are computed.
Namespace: UnityEditor.PixyzPlugin4Unity.LODs
Assembly: Unity.Pixyz.Plugin4Unity.LODs.Editor.dll
Syntax
public enum LODGenerator.AutoComputeLODThresholdMode
Fields
| Name | Description |
|---|---|
| Auto | Calculate LOD transitions with default parameters resolution = 512, threshold = 0.5f and useFullSphere = false |
| Custom | Calculate LOD transitions with user-specified values |
| No | Do not calculate LOD transitions |