EffectEntityData

Inherits from SpatialEntityData

Summary

Constructors

EffectEntityData()
EffectEntityData(guid: Guid)
EffectEntityData(other: SpatialEntityData)
EffectEntityData(other: EntityData)
EffectEntityData(other: GameObjectData)
EffectEntityData(other: GameDataContainer)
EffectEntityData(other: DataContainer)

Properties

Name Type
components GameObjectData[]
maxInstanceCount int
cullDistance float
startDelay float
highEndPc bool
mediumPc bool
lowEndPc bool
resetInstanceWhenStarted bool

Static members

Name Type
EffectEntityData.typeInfo TypeInformation

Constructors

EffectEntityData

EffectEntityData()

Creates a new EffectEntityData frostbite instance.

EffectEntityData

EffectEntityData(guid: Guid)

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

Parameters

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

EffectEntityData

EffectEntityData(other: SpatialEntityData)

Casts an instance of type SpatialEntityData to EffectEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SpatialEntityData The instance to cast to EffectEntityData.

EffectEntityData

EffectEntityData(other: EntityData)

Casts an instance of type EntityData to EffectEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EntityData The instance to cast to EffectEntityData.

EffectEntityData

EffectEntityData(other: GameObjectData)

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

Parameters

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

EffectEntityData

EffectEntityData(other: GameDataContainer)

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

Parameters

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

EffectEntityData

EffectEntityData(other: DataContainer)

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

Parameters

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

Properties

components

GameObjectData[]

maxInstanceCount

int

cullDistance

float

startDelay

float

highEndPc

bool

mediumPc

bool

lowEndPc

bool

resetInstanceWhenStarted

bool

Static members

typeInfo

TypeInformation

The type information for the EffectEntityData type.

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