ITR2_ASSET/Engine/Content/EngineMaterials/PhysMat_Ice.json

12 lines
279 B
JSON
Raw Normal View History

[
{
"Type": "PhysicalMaterial",
"Name": "PhysMat_Ice",
"Class": "UScriptClass'PhysicalMaterial'",
"Flags": "RF_Public | RF_Standalone | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Friction": 0.05,
"Restitution": 0.1
}
}
]