AppendFunction Delegate

Summary

[Editor-Only] A delegate which appends some text at the specified `indent` level.
Assembly
Weaver.dll
Namespace
Weaver.Editor.Procedural.Scripting
Base Types
  • MulticastDelegate
graph BT Type-->Base0["MulticastDelegate"] Type["AppendFunction"] class Type type-node

Syntax

public delegate void AppendFunction(StringBuilder text, int indent) : MulticastDelegate