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