ObjectBlueprint

Inherits from Blueprint

Summary

Constructors

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

Properties

Name Type
object GameObjectData | nil

Static members

Name Type
ObjectBlueprint.typeInfo TypeInformation

Constructors

ObjectBlueprint

ObjectBlueprint()

Creates a new ObjectBlueprint frostbite instance.

ObjectBlueprint

ObjectBlueprint(guid: Guid)

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

Parameters

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

ObjectBlueprint

ObjectBlueprint(other: Blueprint)

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

Parameters

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

ObjectBlueprint

ObjectBlueprint(other: EntityBusData)

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

Parameters

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

ObjectBlueprint

ObjectBlueprint(other: DataBusData)

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

Parameters

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

ObjectBlueprint

ObjectBlueprint(other: Asset)

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

Parameters

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

ObjectBlueprint

ObjectBlueprint(other: DataContainer)

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

Parameters

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

Properties

object

GameObjectData | nil

Static members

typeInfo

TypeInformation

The type information for the ObjectBlueprint type.

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