Click or drag to resize

DynamicTreeTMaxBalance Property

Get the maximum balance of an node in the tree. The balance is the difference in height of the two children of a node.

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 int MaxBalance { get; }

Property Value

Type: Int32
See Also