ITR2_ASSET/IntoTheRadius2/Content/PhysicalMaterials/PM_Car.json

14 lines
374 B
JSON
Raw Normal View History

2024-11-28 06:37:49 +00:00
[
{
"Type": "PhysicalMaterial",
"Name": "PM_Car",
"Class": "UScriptClass'PhysicalMaterial'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Friction": 0.2,
"StaticFriction": 0.5,
"Density": 7.7,
"SurfaceType": "EPhysicalSurface::SurfaceType6"
}
}
]