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