SoundEffectEntityData

Inherits from EffectEntityData

Summary

Constructors

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

Properties

Name Type
sound SoundAsset | nil

Static members

Name Type
SoundEffectEntityData.typeInfo TypeInformation

Constructors

SoundEffectEntityData

SoundEffectEntityData()

Creates a new SoundEffectEntityData frostbite instance.

SoundEffectEntityData

SoundEffectEntityData(guid: Guid)

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

Parameters

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

SoundEffectEntityData

SoundEffectEntityData(other: EffectEntityData)

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

Parameters

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

SoundEffectEntityData

SoundEffectEntityData(other: SpatialEntityData)

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

Parameters

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

SoundEffectEntityData

SoundEffectEntityData(other: EntityData)

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

Parameters

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

SoundEffectEntityData

SoundEffectEntityData(other: GameObjectData)

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

Parameters

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

SoundEffectEntityData

SoundEffectEntityData(other: GameDataContainer)

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

Parameters

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

SoundEffectEntityData

SoundEffectEntityData(other: DataContainer)

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

Parameters

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

Properties

sound

SoundAsset | nil

Static members

typeInfo

TypeInformation

The type information for the SoundEffectEntityData type.

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