LevelAudioObstructionAsset
Inherits from Asset
Summary
Constructors
| LevelAudioObstructionAsset() |
| LevelAudioObstructionAsset(guid: Guid) |
| LevelAudioObstructionAsset(other: Asset) |
| LevelAudioObstructionAsset(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| materialMap | AudioObstructionMaterialInfo[] |
| frequencySlewRate | float |
| gainSlewRate | float |
| maxRaycastDistanceSquared | float |
Static members
| Name | Type |
|---|---|
| LevelAudioObstructionAsset.typeInfo | TypeInformation |
Constructors
LevelAudioObstructionAsset
LevelAudioObstructionAsset()
Creates a new LevelAudioObstructionAsset frostbite instance.
LevelAudioObstructionAsset
LevelAudioObstructionAsset(guid: Guid)
Creates a new LevelAudioObstructionAsset frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
LevelAudioObstructionAsset
LevelAudioObstructionAsset(other: Asset)
Casts an instance of type Asset to LevelAudioObstructionAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | Asset | The instance to cast to LevelAudioObstructionAsset. |
LevelAudioObstructionAsset
LevelAudioObstructionAsset(other: DataContainer)
Casts an instance of type DataContainer to LevelAudioObstructionAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to LevelAudioObstructionAsset. |
Properties
materialMap
frequencySlewRate
float
gainSlewRate
float
maxRaycastDistanceSquared
float
Static members
typeInfo
The type information for the LevelAudioObstructionAsset type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)