TextGenerator.

AppendHeader(StringBuilder, ProceduralAsset) Method

Summary

Override to append any default text at the top of every file.
Assembly
Weaver.dll
Namespace
Weaver.Editor.Procedural
Containing Type
TextGenerator

Syntax

public virtual void AppendHeader(StringBuilder script, ProceduralAsset asset)

Parameters

Name Type Description
script StringBuilder
asset ProceduralAsset

Return Value

Type Description
void