SoundTestAsset

Inherits from Asset

Summary

Constructors

SoundTestAsset()
SoundTestAsset(guid: Guid)
SoundTestAsset(other: Asset)
SoundTestAsset(other: DataContainer)

Properties

Name Type
taskSpecs SoundTestTaskSpec[]
testSpecs SoundTestSpec[]
suites SoundTestSuite[]

Static members

Name Type
SoundTestAsset.typeInfo TypeInformation

Constructors

SoundTestAsset

SoundTestAsset()

Creates a new SoundTestAsset frostbite instance.

SoundTestAsset

SoundTestAsset(guid: Guid)

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

Parameters

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

SoundTestAsset

SoundTestAsset(other: Asset)

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

Parameters

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

SoundTestAsset

SoundTestAsset(other: DataContainer)

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

Parameters

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

Properties

taskSpecs

SoundTestTaskSpec[]

testSpecs

SoundTestSpec[]

suites

SoundTestSuite[]

Static members

typeInfo

TypeInformation

The type information for the SoundTestAsset type.

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