Click or drag to resize

DynamicTreeBroadPhaseRemoveProxy Method

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

Namespace: Internal.tainicom.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

IBroadPhaseRemoveProxy(Int32)
See Also