Click or drag to resize

DynamicTreeTNodeGetUserData Method

Get proxy user data.

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 TNode GetUserData(
	int proxyId
)

Parameters

proxyId  Int32
The proxy id.

Return Value

TNode
the proxy user data or 0 if the id is invalid.
See Also