Methods summary
Name | Description |
---|---|
isEnabled | Queries to see if the LOD is enabled. |
setEnabled | Enables a LOD to be displayed. In order for a LOD to be visible, its Floor also has to be enabled. |
Methods detail
isEnabled() → {boolean}
Queries to see if the LOD is enabled.
- Since:
- 1.7.14
Returns:
true if the LOD is enabled. In order for a LOD to be visible, its Floor also has to be enabled.
- Type
- boolean
setEnabled(enabled)
Enables a LOD to be displayed.
In order for a LOD to be visible, its Floor also has to be enabled.
Parameters:
Name | Type | Description |
---|---|---|
enabled |
boolean | true to enable. |
- Since:
- 1.7.14