EffectComponentData

Inherits from ComponentData

Summary

Constructors

EffectComponentData()
EffectComponentData(guid: Guid)
EffectComponentData(other: ComponentData)
EffectComponentData(other: GameObjectData)
EffectComponentData(other: GameDataContainer)
EffectComponentData(other: DataContainer)

Properties

Name Type
effect EffectBlueprint | nil
emitterParameter1 float
emitterParameter3 float
emitterParameter2 float
autoStart bool
snapToWaterSurface bool

Static members

Name Type
EffectComponentData.typeInfo TypeInformation

Constructors

EffectComponentData

EffectComponentData()

Creates a new EffectComponentData frostbite instance.

EffectComponentData

EffectComponentData(guid: Guid)

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

Parameters

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

EffectComponentData

EffectComponentData(other: ComponentData)

Casts an instance of type ComponentData to EffectComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ComponentData The instance to cast to EffectComponentData.

EffectComponentData

EffectComponentData(other: GameObjectData)

Casts an instance of type GameObjectData to EffectComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to EffectComponentData.

EffectComponentData

EffectComponentData(other: GameDataContainer)

Casts an instance of type GameDataContainer to EffectComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to EffectComponentData.

EffectComponentData

EffectComponentData(other: DataContainer)

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

Parameters

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

Properties

effect

EffectBlueprint | nil

emitterParameter1

float

emitterParameter3

float

emitterParameter2

float

autoStart

bool

snapToWaterSurface

bool

Static members

typeInfo

TypeInformation

The type information for the EffectComponentData type.

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