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