ITR2_ASSET/IntoTheRadius2/Content/ITR2/Configurations/Curve_WaterDrag.json

36 lines
1 KiB
JSON
Raw Permalink Normal View History

2024-11-28 06:17:42 +00:00
[
{
"Type": "CurveFloat",
"Name": "Curve_WaterDrag",
"Class": "UScriptClass'CurveFloat'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"FloatCurve": {
"Keys": [
{
"InterpMode": "RCIM_Linear",
"TangentMode": "RCTM_Auto",
"TangentWeightMode": "RCTWM_WeightedNone",
"Time": 0.0,
"Value": 6.987202E-08,
"ArriveTangent": 0.0,
"ArriveTangentWeight": 0.0,
"LeaveTangent": 0.0,
"LeaveTangentWeight": 0.0
},
{
"InterpMode": "RCIM_Linear",
"TangentMode": "RCTM_Auto",
"TangentWeightMode": "RCTWM_WeightedNone",
"Time": 1.0,
"Value": 0.9999999,
"ArriveTangent": 0.0,
"ArriveTangentWeight": 0.0,
"LeaveTangent": 0.0,
"LeaveTangentWeight": 0.0
}
]
}
}
}
]