Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetProxyUserHandle(ProxyHandle, PhysicsHandle)

Set the proxy user handle. On a world-bound space the user handle must be a live shape in the bound world.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Method
  • Namespace: Unity.U2D.Physics
  • Assembly: UnityEngine.PhysicsCore2DModule
public void SetProxyUserHandle(PhysicsSpace.ProxyHandle proxyHandle, PhysicsHandle userHandle)

Parameters

proxyHandle

The proxy to set.

userHandle

The user handle to set. On a world-bound space this must be a live shape in the bound world.