Click or drag to resize

DynamicTreeBroadPhaseTNodeRemoveProxy Method

Destroy a proxy. It is up to the client to remove any pairs.

Namespace: Internal.nkast.Aether.Physics2D.Collision
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void RemoveProxy(
	int proxyId
)

Parameters

proxyId  Int32
The proxy id.

Implements

IBroadPhaseTNodeRemoveProxy(Int32)
See Also