Nebula
|
#include "framesubgraph.h"
Namespaces | |
namespace | Frame |
ImGUI debug interface for inspecting frame scripts. | |
Functions | |
void | Frame::AddSubgraph (const Util::StringAtom name, const Util::Array< FrameOp * > ops) |
Add a subgraph by name for the framescript. | |
const Util::Array< FrameOp * > | Frame::GetSubgraph (const Util::StringAtom name) |
Get subgraph by name. | |
Variables | |
Util::Dictionary< Util::StringAtom, Util::Array< FrameOp * > > | Frame::nameToSubgraph |