We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a37ff36 commit 57d57c6Copy full SHA for 57d57c6
MLAPI/MonoBehaviours/Prototyping/NetworkedProximity.cs
@@ -64,7 +64,7 @@ public enum CheckMethod
64
/// Min / Max depth range (2D only).
65
/// </summary>
66
[Tooltip("Min / Max depth range (Physics2D only).")]
67
- public MinMax2D depth2D;
+ public Depth2D depth2D;
68
69
/// <summary>
70
private float lastUpdateTime;
@@ -168,7 +168,7 @@ public override bool OnRebuildObservers(HashSet<uint> observers)
168
}
169
170
[System.Serializable]
171
-public class MinMax2D
+public class Depth2D
172
{
173
174
/// Only include objects with a Z coordinate (depth) greater than or equal to this value.
0 commit comments