Click or drag to resize

TerrainPrecalculateObjects Property

Whether to precalculate data of objects from layers in the simulation. When the property is disabled, the objects will calculate when it needed and destroyed after 10 seconds when are not visible by the camera.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Reference<bool> PrecalculateObjects { get; set; }

Property Value

Type: ReferenceBoolean
See Also