ITR2_ASSET/IntoTheRadius2/Content/Sound/Attenuation/Att_Speaker.json

19 lines
502 B
JSON
Raw Normal View History

2024-11-28 06:37:49 +00:00
[
{
"Type": "SoundAttenuation",
"Name": "Att_Speaker",
"Class": "UScriptClass'SoundAttenuation'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Attenuation": {
"DistanceAlgorithm": "EAttenuationDistanceModel::NaturalSound",
"AttenuationShapeExtents": {
"X": 100.0,
"Y": 0.0,
"Z": 0.0
},
"FalloffDistance": 5000.0
}
}
}
]