API reference
API reference
Select your platform
No SDKs available
No versions available

ActiveStateDebugTree Class

Builds a visual representation of an IActiveState tree on a UI canvas, based on a provided root <cref="IActiveState" />.
Two different node layout types are provided, ActiveStateDebugTreeHorizontal (for a left-to-right representation) and ActiveStateDebugTreeVertical (for a more compact top to bottom tree view).

Member Functions

ActiveStateDebugTree
( IActiveState root )

Static Member Functions

static void RegisterModel< TType >
( IActiveStateModel stateModel )

Protected Functions

override bool TryGetChildren
( IActiveState node,
out IEnumerable< IActiveState > children )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon