API Referenceglobal
public class Sandbox.Doo.Block
Base class for all executable blocks within a Doo.
Related Guides
Broader workflow and conceptual references connected to this API.
Constructors
Showing 1 constructors
public Block()
No results match this filter.
Methods
Showing 4 methods
public virtual void CollectArguments(System.Collections.Generic.HashSet`1<string> arguments)
public virtual string GetNodeString()
Returns a human-readable string describing this block for display in the editor.
public virtual bool HasBody()
Returns true if this can have child nodes
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.
No results match this filter.
Properties
Showing 1 properties
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Doo.Block |