SimpleScriptBuilder.

SimpleScriptBuilder(Action<StringBuilder>) Constructor

Summary

Creates a new Weaver.Editor.Procedural.SimpleScriptBuilder which will be used to generate the procedural script associated with the specified `generatorMethod`.
Assembly
Weaver.dll
Namespace
Weaver.Editor.Procedural
Containing Type
SimpleScriptBuilder

Syntax

protected SimpleScriptBuilder(Action<StringBuilder> generatorMethod)

Parameters

Name Type Description
generatorMethod Action<StringBuilder>

Return Value

Type Description
void