EffectManagerSettings

Inherits from SystemSettings

Summary

Constructors

EffectManagerSettings()
EffectManagerSettings(guid: Guid)
EffectManagerSettings(other: SystemSettings)
EffectManagerSettings(other: DataContainer)

Properties

Name Type
maxNewEffectsPerFrameCount int
sizeToGrowNewEffectsContainer int
effectQuality int

Static members

Name Type
EffectManagerSettings.typeInfo TypeInformation

Constructors

EffectManagerSettings

EffectManagerSettings()

Creates a new EffectManagerSettings frostbite instance.

EffectManagerSettings

EffectManagerSettings(guid: Guid)

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

Parameters

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

EffectManagerSettings

EffectManagerSettings(other: SystemSettings)

Casts an instance of type SystemSettings to EffectManagerSettings. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SystemSettings The instance to cast to EffectManagerSettings.

EffectManagerSettings

EffectManagerSettings(other: DataContainer)

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

Parameters

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

Properties

maxNewEffectsPerFrameCount

int

sizeToGrowNewEffectsContainer

int

effectQuality

int

Static members

typeInfo

TypeInformation

The type information for the EffectManagerSettings type.

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