Blueprint

Inherits from EntityBusData

Summary

Constructors

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

Static members

Name Type
Blueprint.typeInfo TypeInformation

Constructors

Blueprint

Blueprint()

Creates a new Blueprint frostbite instance.

Blueprint

Blueprint(guid: Guid)

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

Parameters

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

Blueprint

Blueprint(other: EntityBusData)

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

Parameters

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

Blueprint

Blueprint(other: DataBusData)

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

Parameters

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

Blueprint

Blueprint(other: Asset)

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

Parameters

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

Blueprint

Blueprint(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the Blueprint type.

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