Click or drag to resize

DynamicTreeTRemoveProxy Method

Destroy a proxy. This asserts if the id is invalid.

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.
See Also