Add deprecated property to fix compile in old projects

42b4443e14
This commit is contained in:
Wojtek Figat
2024-09-12 12:40:29 +02:00
parent 31bce25c37
commit 4087e9c291

View File

@@ -211,6 +211,7 @@ public:
/// <summary>
/// Sets the physical materials used to define the terrain collider physical properties.
/// [Deprecated on 16.02.2024, expires on 16.02.2026]
/// </summary>
DEPRECATED API_PROPERTY()
void SetPhysicalMaterial(const JsonAssetReference<PhysicalMaterial>& value)