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