GetProxyCategories(ProxyHandle)
Get the proxy categories.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
public PhysicsMask GetProxyCategories(PhysicsSpace.ProxyHandle proxyHandle)
Parameters
The proxy to get.
Returns
Type | Description |
|---|---|
| PhysicsMask | The proxy categories as a physics mask. |