Struct ActionGraph

Struct Documentation

struct ActionGraph

Public Types

using Ptr = std::shared_ptr<ActionGraph>

Public Members

std::list<ActionNode::Ptr> roots
std::map<float, std::list<ActionNode::Ptr>> levels

Public Static Functions

static inline Ptr make_shared()