node_editor

Undocumented in source.

Members

Static functions

node_editor
int node_editor(nk_context* ctx)
Undocumented in source. Be warned that the author may not have intended to support it.
node_editor_add
void node_editor_add(node_editor_* editor, const(char)* name, nk_rect bounds, nk_color col, int in_count, int out_count)
Undocumented in source. Be warned that the author may not have intended to support it.
node_editor_find
node* node_editor_find(node_editor_* editor, int ID)
Undocumented in source. Be warned that the author may not have intended to support it.
node_editor_init
void node_editor_init(node_editor_* editor)
Undocumented in source. Be warned that the author may not have intended to support it.
node_editor_link
void node_editor_link(node_editor_* editor, int in_id, int in_slot, int out_id, int out_slot)
Undocumented in source. Be warned that the author may not have intended to support it.
node_editor_pop
void node_editor_pop(node_editor_* editor, node* node)
Undocumented in source. Be warned that the author may not have intended to support it.
node_editor_push
void node_editor_push(node_editor_* editor, node* node)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

node
struct node
Undocumented in source.
node_editor_
struct node_editor_
Undocumented in source.
node_link
struct node_link
Undocumented in source.
node_linking
struct node_linking
Undocumented in source.

Variables

nodeEditor
node_editor_ nodeEditor;
Undocumented in source.

Meta