SoundPatchConfigurationAsset

Inherits from SoundAsset

Summary

Constructors

SoundPatchConfigurationAsset()
SoundPatchConfigurationAsset(guid: Guid)
SoundPatchConfigurationAsset(other: SoundAsset)
SoundPatchConfigurationAsset(other: Asset)
SoundPatchConfigurationAsset(other: DataContainer)

Properties

Name Type
sound SoundPatchAsset | nil
entries SoundPatchConfigurationEntry[]
loudness float

Static members

Name Type
SoundPatchConfigurationAsset.typeInfo TypeInformation

Constructors

SoundPatchConfigurationAsset

SoundPatchConfigurationAsset()

Creates a new SoundPatchConfigurationAsset frostbite instance.

SoundPatchConfigurationAsset

SoundPatchConfigurationAsset(guid: Guid)

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

Parameters

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

SoundPatchConfigurationAsset

SoundPatchConfigurationAsset(other: SoundAsset)

Casts an instance of type SoundAsset to SoundPatchConfigurationAsset. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SoundAsset The instance to cast to SoundPatchConfigurationAsset.

SoundPatchConfigurationAsset

SoundPatchConfigurationAsset(other: Asset)

Casts an instance of type Asset to SoundPatchConfigurationAsset. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to SoundPatchConfigurationAsset.

SoundPatchConfigurationAsset

SoundPatchConfigurationAsset(other: DataContainer)

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

Parameters

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

Properties

sound

SoundPatchAsset | nil

entries

SoundPatchConfigurationEntry[]

loudness

float

Static members

typeInfo

TypeInformation

The type information for the SoundPatchConfigurationAsset type.

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