SoundTestSuite
Inherits from DataContainer
Summary
Constructors
SoundTestSuite() |
SoundTestSuite(guid: Guid) |
SoundTestSuite(other: DataContainer) |
Properties
Name | Type |
---|---|
name | string |
assets | SoundAsset[] |
tests | SoundTestSpec[] |
profileTests | bool |
Static members
Name | Type |
---|---|
SoundTestSuite.typeInfo | TypeInformation |
Constructors
SoundTestSuite
SoundTestSuite()
Creates a new SoundTestSuite frostbite instance.
SoundTestSuite
SoundTestSuite(guid: Guid)
Creates a new SoundTestSuite frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
SoundTestSuite
SoundTestSuite(other: DataContainer)
Casts an instance of type DataContainer to SoundTestSuite. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to SoundTestSuite. |
Properties
name
string
assets
tests
profileTests
bool
Static members
typeInfo
The type information for the SoundTestSuite type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)