Preparing search index...
The search index is not available
Excalibur.js Edge API Documentation
Excalibur.js Edge API Documentation
TreeNode
Class TreeNode<T>
Dynamic Tree Node used for tracking bounds within the tree
Type Parameters
T
Hierarchy
TreeNode
Index
Constructors
constructor
Properties
bounds
data
height
left
parent?
right
Methods
is
Leaf
Constructors
constructor
new
Tree
Node
<
T
>
(
parent
?:
TreeNode
<
T
>
)
:
TreeNode
<
T
>
Type Parameters
T
Parameters
Optional
parent:
TreeNode
<
T
>
Returns
TreeNode
<
T
>
Properties
bounds
bounds
:
BoundingBox
data
data
:
T
height
height
:
number
left
left
:
TreeNode
<
T
>
Optional
parent
parent
?:
TreeNode
<
T
>
right
right
:
TreeNode
<
T
>
Methods
is
Leaf
is
Leaf
(
)
:
boolean
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Modules
Excalibur.js
Edge API
Documentation
Events
Input
Side
Util
Draw
Util
webgl
Tree
Node
constructor
bounds
data
height
left
parent?
right
is
Leaf
Dynamic Tree Node used for tracking bounds within the tree