ImpulseResponseAsset

Inherits from SoundDataAsset

Summary

Constructors

ImpulseResponseAsset()
ImpulseResponseAsset(guid: Guid)
ImpulseResponseAsset(other: SoundDataAsset)
ImpulseResponseAsset(other: Asset)
ImpulseResponseAsset(other: DataContainer)

Static members

Name Type
ImpulseResponseAsset.typeInfo TypeInformation

Constructors

ImpulseResponseAsset

ImpulseResponseAsset()

Creates a new ImpulseResponseAsset frostbite instance.

ImpulseResponseAsset

ImpulseResponseAsset(guid: Guid)

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

Parameters

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

ImpulseResponseAsset

ImpulseResponseAsset(other: SoundDataAsset)

Casts an instance of type SoundDataAsset to ImpulseResponseAsset. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SoundDataAsset The instance to cast to ImpulseResponseAsset.

ImpulseResponseAsset

ImpulseResponseAsset(other: Asset)

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

Parameters

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

ImpulseResponseAsset

ImpulseResponseAsset(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the ImpulseResponseAsset type.

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