WorldPartData
Inherits from SpatialPrefabBlueprint
Summary
Constructors
WorldPartData() |
WorldPartData(guid: Guid) |
WorldPartData(other: SpatialPrefabBlueprint) |
WorldPartData(other: PrefabBlueprint) |
WorldPartData(other: Blueprint) |
WorldPartData(other: EntityBusData) |
WorldPartData(other: DataBusData) |
WorldPartData(other: Asset) |
WorldPartData(other: DataContainer) |
Properties
Name | Type |
---|---|
hackToSolveRealTimeTweakingIssue | Guid |
useDeferredEntityCreation | bool |
enabled | bool |
Static members
Name | Type |
---|---|
WorldPartData.typeInfo | TypeInformation |
Constructors
WorldPartData
WorldPartData()
Creates a new WorldPartData frostbite instance.
WorldPartData
WorldPartData(guid: Guid)
Creates a new WorldPartData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
WorldPartData
WorldPartData(other: SpatialPrefabBlueprint)
Casts an instance of type SpatialPrefabBlueprint to WorldPartData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | SpatialPrefabBlueprint | The instance to cast to WorldPartData. |
WorldPartData
WorldPartData(other: PrefabBlueprint)
Casts an instance of type PrefabBlueprint to WorldPartData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | PrefabBlueprint | The instance to cast to WorldPartData. |
WorldPartData
WorldPartData(other: Blueprint)
Casts an instance of type Blueprint to WorldPartData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Blueprint | The instance to cast to WorldPartData. |
WorldPartData
WorldPartData(other: EntityBusData)
Casts an instance of type EntityBusData to WorldPartData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityBusData | The instance to cast to WorldPartData. |
WorldPartData
WorldPartData(other: DataBusData)
Casts an instance of type DataBusData to WorldPartData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataBusData | The instance to cast to WorldPartData. |
WorldPartData
WorldPartData(other: Asset)
Casts an instance of type Asset to WorldPartData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to WorldPartData. |
WorldPartData
WorldPartData(other: DataContainer)
Casts an instance of type DataContainer to WorldPartData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to WorldPartData. |
Properties
hackToSolveRealTimeTweakingIssue
useDeferredEntityCreation
bool
enabled
bool
Static members
typeInfo
The type information for the WorldPartData type.