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