Skip to content

Commit 57d57c6

Browse files
author
Chris Langsenkamp
authored
Renamed MinMax2D to Depth2D
1 parent a37ff36 commit 57d57c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MLAPI/MonoBehaviours/Prototyping/NetworkedProximity.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public enum CheckMethod
6464
/// Min / Max depth range (2D only).
6565
/// </summary>
6666
[Tooltip("Min / Max depth range (Physics2D only).")]
67-
public MinMax2D depth2D;
67+
public Depth2D depth2D;
6868

6969
/// <summary>
7070
private float lastUpdateTime;
@@ -168,7 +168,7 @@ public override bool OnRebuildObservers(HashSet<uint> observers)
168168
}
169169

170170
[System.Serializable]
171-
public class MinMax2D
171+
public class Depth2D
172172
{
173173
/// <summary>
174174
/// Only include objects with a Z coordinate (depth) greater than or equal to this value.

0 commit comments

Comments
 (0)