NodeCountAction

Undocumented in source.

Members

Functions

beforeDraw
void beforeDraw(Node , Rectangle )
Undocumented in source. Be warned that the author may not have intended to support it.
started
void started()
Undocumented in source. Be warned that the author may not have intended to support it.
stopped
void stopped()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

nodeCount
int nodeCount;
Undocumented in source.
starts
int starts;
Undocumented in source.
stops
int stops;
Undocumented in source.

Inherited Members

From BranchAction

beforeTree
void beforeTree(Node , Rectangle )
beforeResize
void beforeResize(Node , Vector2 )
afterTree
void afterTree()
afterInput
void afterInput(bool )

A branch action can only hook to draw calls of specific nodes. It cannot bind into these hooks.

filterBeforeDraw
bool filterBeforeDraw(Node node)

Branch action excludes the start node from results.

filterAfterDraw
bool filterAfterDraw(Node node)

Branch action excludes the start node from results.

stopped
void stopped()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta