Enum NetworkProximityChecker.CheckMethod
Enumeration of methods to use to check proximity.
Namespace: UnityEngine.Networking
Assembly: com.unity.multiplayer-hlapi.Runtime.dll
Syntax
public enum NetworkProximityChecker.CheckMethod
Fields
| Name | Description |
|---|---|
| Physics2D | Use 2D physics to determine proximity. |
| Physics3D | Use 3D physics to determine proximity. |