Click or drag to resize

DynamicTreeTGetUserData Method

Get proxy user data.

Namespace:  Internal.tainicom.Aether.Physics2D.Collision
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public T GetUserData(
	int proxyId
)

Parameters

proxyId
Type: SystemInt32
The proxy id.

Return Value

Type: T
the proxy user data or 0 if the id is invalid.
See Also