Restrict access to height range properties of the HField shape

This commit is contained in:
Bálint Hodossy
2023-12-07 14:02:21 +00:00
parent 2adfd09b87
commit 0b413656b8
@@ -40,9 +40,9 @@ public class MjHeightFieldShape : IMjShape
private int updateCountdown;
[HideInInspector]
public float MinimumHeight;
public float MinimumHeight { get; private set; }
[HideInInspector]
public float MaximumHeight;
public float MaximumHeight { get; private set; }
public int HeightFieldId { get; private set; }