SoundTestTaskSpec

Inherits from DataContainer

Summary

Constructors

SoundTestTaskSpec()
SoundTestTaskSpec(guid: Guid)
SoundTestTaskSpec(other: DataContainer)

Properties

Name Type
description string
duration float

Static members

Name Type
SoundTestTaskSpec.typeInfo TypeInformation

Constructors

SoundTestTaskSpec

SoundTestTaskSpec()

Creates a new SoundTestTaskSpec frostbite instance.

SoundTestTaskSpec

SoundTestTaskSpec(guid: Guid)

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

Parameters

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

SoundTestTaskSpec

SoundTestTaskSpec(other: DataContainer)

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

Parameters

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

Properties

description

string

duration

float

Static members

typeInfo

TypeInformation

The type information for the SoundTestTaskSpec type.

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