PrefabBlueprint

Inherits from Blueprint

Summary

Constructors

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

Properties

Name Type
objects GameObjectData[]

Static members

Name Type
PrefabBlueprint.typeInfo TypeInformation

Constructors

PrefabBlueprint

PrefabBlueprint()

Creates a new PrefabBlueprint frostbite instance.

PrefabBlueprint

PrefabBlueprint(guid: Guid)

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

Parameters

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

PrefabBlueprint

PrefabBlueprint(other: Blueprint)

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

Parameters

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

PrefabBlueprint

PrefabBlueprint(other: EntityBusData)

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

Parameters

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

PrefabBlueprint

PrefabBlueprint(other: DataBusData)

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

Parameters

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

PrefabBlueprint

PrefabBlueprint(other: Asset)

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

Parameters

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

PrefabBlueprint

PrefabBlueprint(other: DataContainer)

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

Parameters

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

Properties

objects

GameObjectData[]

Static members

typeInfo

TypeInformation

The type information for the PrefabBlueprint type.

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