![]() |
Ember
|
Factory class for creating different types of nodes. More...
#include <Node.h>
Static Public Member Functions | |
| static std::unique_ptr< Node > | CreateActionNode (const String &name) |
| static std::unique_ptr< Node > | CreateControlNode (const String &name) |
| static std::unique_ptr< Node > | CreateConditionNode (const String &name) |
| static std::unique_ptr< Node > | CreateDecoratorNode (const String &name) |
| static std::unique_ptr< Node > | CreateNode (const String &name, Node::Type type) |
| static std::unique_ptr< Node > | CreateSampleTree () |
|
static |
|
static |