Class HLOD
Namespace: Unity.Rendering
Syntax
public class HLOD : MonoBehaviour
Fields
autoLODSections
Declaration
public bool autoLODSections
Field Value
| Type | Description |
|---|---|
| Boolean |
Properties
LODParentTransforms
Declaration
public Transform[] LODParentTransforms { get; set; }
Property Value
| Type | Description |
|---|---|
| Transform[] |
Methods
CalculateLODGroups(Int32)
Declaration
public LODGroup[] CalculateLODGroups(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | index |
Returns
| Type | Description |
|---|---|
| LODGroup[] |