Click or drag to resize

DynamicTreeTHeight Property

Compute the height of the binary tree in O(N) time. Should not be called often.

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

Property Value

Type: Int32
See Also