SpatialPrefabBlueprint

Inherits from PrefabBlueprint

Summary

Constructors

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

Static members

Name Type
SpatialPrefabBlueprint.typeInfo TypeInformation

Constructors

SpatialPrefabBlueprint

SpatialPrefabBlueprint()

Creates a new SpatialPrefabBlueprint frostbite instance.

SpatialPrefabBlueprint

SpatialPrefabBlueprint(guid: Guid)

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

Parameters

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

SpatialPrefabBlueprint

SpatialPrefabBlueprint(other: PrefabBlueprint)

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

Parameters

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

SpatialPrefabBlueprint

SpatialPrefabBlueprint(other: Blueprint)

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

Parameters

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

SpatialPrefabBlueprint

SpatialPrefabBlueprint(other: EntityBusData)

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

Parameters

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

SpatialPrefabBlueprint

SpatialPrefabBlueprint(other: DataBusData)

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

Parameters

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

SpatialPrefabBlueprint

SpatialPrefabBlueprint(other: Asset)

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

Parameters

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

SpatialPrefabBlueprint

SpatialPrefabBlueprint(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the SpatialPrefabBlueprint type.

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