API Referenceglobal
Blockclass
Base class for all executable blocks within a Doo.
object→Block
Constructors1
Showing 1 constructors
public Block()
No results match this filter.
Methods4
Showing 4 methods
public virtual void CollectArguments(System.Collections.Generic.HashSet`1<string> arguments)
| Parameter | Type | Description |
|---|---|---|
| arguments | HashSet<string> | — |
Returns:
void—public virtual string GetNodeString()
Returns a human-readable string describing this block for display in the editor.
Returns:
string—public virtual bool HasBody()
Returns true if this can have child nodes
Returns:
bool—public virtual void Reset()
Reset this block to some sensible defaults. This is called when the block is first added, so this is a good opportunity to set up default values for properties.
Returns:
void—No results match this filter.
Properties1
Showing 1 properties
No results match this filter.