DynamicTreeTAddProxy Method |
Create a proxy in the tree as a leaf node. We return the index
of the node instead of a pointer so that we can grow
the node pool.
///
Namespace: Internal.tainicom.Aether.Physics2D.CollisionAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic int AddProxy(
ref AABB aabb
)
Parameters
- aabb AABB
- The aabb.
Return Value
Int32Index of the created proxy
See Also