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