EffectAsset

Inherits from EffectBlueprint

Summary

Constructors

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

Static members

Name Type
EffectAsset.typeInfo TypeInformation

Constructors

EffectAsset

EffectAsset()

Creates a new EffectAsset frostbite instance.

EffectAsset

EffectAsset(guid: Guid)

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

Parameters

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

EffectAsset

EffectAsset(other: EffectBlueprint)

Casts an instance of type EffectBlueprint to EffectAsset. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EffectBlueprint The instance to cast to EffectAsset.

EffectAsset

EffectAsset(other: ObjectBlueprint)

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

Parameters

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

EffectAsset

EffectAsset(other: Blueprint)

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

Parameters

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

EffectAsset

EffectAsset(other: EntityBusData)

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

Parameters

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

EffectAsset

EffectAsset(other: DataBusData)

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

Parameters

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

EffectAsset

EffectAsset(other: Asset)

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

Parameters

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

EffectAsset

EffectAsset(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the EffectAsset type.

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