SoundTestParamTask
Inherits from SoundTestTaskSpec
Summary
Constructors
SoundTestParamTask() |
SoundTestParamTask(guid: Guid) |
SoundTestParamTask(other: SoundTestTaskSpec) |
SoundTestParamTask(other: DataContainer) |
Properties
Name | Type |
---|---|
paramName | string |
behavior | SoundTestParamBehavior |
rangeMin | float |
rangeMax | float |
initialValue | float |
Static members
Name | Type |
---|---|
SoundTestParamTask.typeInfo | TypeInformation |
Constructors
SoundTestParamTask
SoundTestParamTask()
Creates a new SoundTestParamTask frostbite instance.
SoundTestParamTask
SoundTestParamTask(guid: Guid)
Creates a new SoundTestParamTask frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
SoundTestParamTask
SoundTestParamTask(other: SoundTestTaskSpec)
Casts an instance of type SoundTestTaskSpec to SoundTestParamTask. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | SoundTestTaskSpec | The instance to cast to SoundTestParamTask. |
SoundTestParamTask
SoundTestParamTask(other: DataContainer)
Casts an instance of type DataContainer to SoundTestParamTask. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to SoundTestParamTask. |
Properties
paramName
string
behavior
rangeMin
float
rangeMax
float
initialValue
float
Static members
typeInfo
The type information for the SoundTestParamTask type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)