LogicPrefabBlueprint
Inherits from PrefabBlueprint
Summary
Constructors
LogicPrefabBlueprint() |
LogicPrefabBlueprint(guid: Guid) |
LogicPrefabBlueprint(other: PrefabBlueprint) |
LogicPrefabBlueprint(other: Blueprint) |
LogicPrefabBlueprint(other: EntityBusData) |
LogicPrefabBlueprint(other: DataBusData) |
LogicPrefabBlueprint(other: Asset) |
LogicPrefabBlueprint(other: DataContainer) |
Static members
Name | Type |
---|---|
LogicPrefabBlueprint.typeInfo | TypeInformation |
Constructors
LogicPrefabBlueprint
LogicPrefabBlueprint()
Creates a new LogicPrefabBlueprint frostbite instance.
LogicPrefabBlueprint
LogicPrefabBlueprint(guid: Guid)
Creates a new LogicPrefabBlueprint frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
LogicPrefabBlueprint
LogicPrefabBlueprint(other: PrefabBlueprint)
Casts an instance of type PrefabBlueprint to LogicPrefabBlueprint. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | PrefabBlueprint | The instance to cast to LogicPrefabBlueprint. |
LogicPrefabBlueprint
LogicPrefabBlueprint(other: Blueprint)
Casts an instance of type Blueprint to LogicPrefabBlueprint. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Blueprint | The instance to cast to LogicPrefabBlueprint. |
LogicPrefabBlueprint
LogicPrefabBlueprint(other: EntityBusData)
Casts an instance of type EntityBusData to LogicPrefabBlueprint. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityBusData | The instance to cast to LogicPrefabBlueprint. |
LogicPrefabBlueprint
LogicPrefabBlueprint(other: DataBusData)
Casts an instance of type DataBusData to LogicPrefabBlueprint. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataBusData | The instance to cast to LogicPrefabBlueprint. |
LogicPrefabBlueprint
LogicPrefabBlueprint(other: Asset)
Casts an instance of type Asset to LogicPrefabBlueprint. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to LogicPrefabBlueprint. |
LogicPrefabBlueprint
LogicPrefabBlueprint(other: DataContainer)
Casts an instance of type DataContainer to LogicPrefabBlueprint. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to LogicPrefabBlueprint. |
Static members
typeInfo
The type information for the LogicPrefabBlueprint type.