AnimationsScriptBuilder.

AppendScript(StringBuilder) Method

Summary

Appends the declaration of the elements of this script in C# code to the specified `text`.
Assembly
Weaver.dll
Namespace
Weaver.Editor.Procedural
Containing Type
AnimationsScriptBuilder

Syntax

protected override void AppendScript(StringBuilder text)

Parameters

Name Type Description
text StringBuilder

Return Value

Type Description
void