WorldData

Inherits from SubWorldData

Summary

Constructors

WorldData()
WorldData(guid: Guid)
WorldData(other: SubWorldData)
WorldData(other: SpatialPrefabBlueprint)
WorldData(other: PrefabBlueprint)
WorldData(other: Blueprint)
WorldData(other: EntityBusData)
WorldData(other: DataBusData)
WorldData(other: Asset)
WorldData(other: DataContainer)

Properties

Name Type
runtimeMaterialGrid MaterialGridData | nil

Static members

Name Type
WorldData.typeInfo TypeInformation

Constructors

WorldData

WorldData()

Creates a new WorldData frostbite instance.

WorldData

WorldData(guid: Guid)

Creates a new WorldData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

WorldData

WorldData(other: SubWorldData)

Casts an instance of type SubWorldData to WorldData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SubWorldData The instance to cast to WorldData.

WorldData

WorldData(other: SpatialPrefabBlueprint)

Casts an instance of type SpatialPrefabBlueprint to WorldData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SpatialPrefabBlueprint The instance to cast to WorldData.

WorldData

WorldData(other: PrefabBlueprint)

Casts an instance of type PrefabBlueprint to WorldData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other PrefabBlueprint The instance to cast to WorldData.

WorldData

WorldData(other: Blueprint)

Casts an instance of type Blueprint to WorldData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Blueprint The instance to cast to WorldData.

WorldData

WorldData(other: EntityBusData)

Casts an instance of type EntityBusData to WorldData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EntityBusData The instance to cast to WorldData.

WorldData

WorldData(other: DataBusData)

Casts an instance of type DataBusData to WorldData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataBusData The instance to cast to WorldData.

WorldData

WorldData(other: Asset)

Casts an instance of type Asset to WorldData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to WorldData.

WorldData

WorldData(other: DataContainer)

Casts an instance of type DataContainer to WorldData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to WorldData.

Properties

runtimeMaterialGrid

MaterialGridData | nil

Static members

typeInfo

TypeInformation

The type information for the WorldData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)