TerrainSettings
Inherits from DataContainer
Summary
Constructors
TerrainSettings() |
TerrainSettings(guid: Guid) |
TerrainSettings(other: DataContainer) |
Properties
Name | Type |
---|---|
heightQueryCacheSize | int |
modifiersCapacity | int |
intersectingModifiersMax | int |
modifierDepthFactor | float |
modifierSlopeMax | float |
modifiersEnable | bool |
Static members
Name | Type |
---|---|
TerrainSettings.typeInfo | TypeInformation |
Constructors
TerrainSettings
TerrainSettings()
Creates a new TerrainSettings frostbite instance.
TerrainSettings
TerrainSettings(guid: Guid)
Creates a new TerrainSettings frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
TerrainSettings
TerrainSettings(other: DataContainer)
Casts an instance of type DataContainer to TerrainSettings. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to TerrainSettings. |
Properties
heightQueryCacheSize
int
modifiersCapacity
int
intersectingModifiersMax
int
modifierDepthFactor
float
modifierSlopeMax
float
modifiersEnable
bool
Static members
typeInfo
The type information for the TerrainSettings type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)