SoundAreaEntityData

Inherits from EntityData

Summary

Constructors

SoundAreaEntityData()
SoundAreaEntityData(guid: Guid)
SoundAreaEntityData(other: EntityData)
SoundAreaEntityData(other: GameObjectData)
SoundAreaEntityData(other: GameDataContainer)
SoundAreaEntityData(other: DataContainer)

Properties

Name Type
sound SoundAsset | nil
bigWorld BigWorldSettingsAsset | nil
fadeWidth float
proximityMultiplier float
fadeCurve FadeCurveType

Static members

Name Type
SoundAreaEntityData.typeInfo TypeInformation

Constructors

SoundAreaEntityData

SoundAreaEntityData()

Creates a new SoundAreaEntityData frostbite instance.

SoundAreaEntityData

SoundAreaEntityData(guid: Guid)

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

Parameters

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

SoundAreaEntityData

SoundAreaEntityData(other: EntityData)

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

Parameters

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

SoundAreaEntityData

SoundAreaEntityData(other: GameObjectData)

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

Parameters

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

SoundAreaEntityData

SoundAreaEntityData(other: GameDataContainer)

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

Parameters

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

SoundAreaEntityData

SoundAreaEntityData(other: DataContainer)

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

Parameters

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

Properties

sound

SoundAsset | nil

bigWorld

BigWorldSettingsAsset | nil

fadeWidth

float

proximityMultiplier

float

fadeCurve

FadeCurveType

Static members

typeInfo

TypeInformation

The type information for the SoundAreaEntityData type.

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