Class HLOD
  
Syntax
public class HLOD : MonoBehaviour
 
Fields
  
autoLODSections
Declaration
public bool autoLODSections
 
Field Value
Properties
  
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[] | 
 | 
RemoveAtSwapBack<T>(List<T>, Int32)
Declaration
public static void RemoveAtSwapBack<T>(List<T> list, int index)
 
Parameters
| Type | 
Name | 
Description | 
| List<T> | 
list | 
 | 
| Int32 | 
index | 
 | 
Type Parameters