- addInputDataPort
void addInputDataPort(long type, String name, long index)
- addOutputDataPort
void addOutputDataPort(long type, String name, long index)
- opAssign
typeof(null) opAssign(typeof(null) n)
- opEquals
bool opEquals(VisualScriptLists other)
- opEquals
bool opEquals(typeof(null) n)
- removeInputDataPort
void removeInputDataPort(long index)
- removeOutputDataPort
void removeOutputDataPort(long index)
- setInputDataPortName
void setInputDataPortName(long index, String name)
- setInputDataPortType
void setInputDataPortType(long index, long type)
- setOutputDataPortName
void setOutputDataPortName(long index, String name)
- setOutputDataPortType
void setOutputDataPortType(long index, long type)
- toHash
size_t toHash()
A Visual Script virtual class for in-graph editable nodes.
A Visual Script virtual class that defines the shape and the default behavior of the nodes that have to be in-graph editable nodes.