InjectorScriptBuilder.

AppendSetValue(StringBuilder, int, InjectionAttribute, string) Method

Summary

Appends code to set the attributed member to the specified `value`.
Assembly
Weaver.dll
Namespace
Weaver.Editor.Procedural
Containing Type
InjectorScriptBuilder

Syntax

public void AppendSetValue(StringBuilder text, int indent, InjectionAttribute attribute, string value = "obj")

Parameters

Name Type Description
text StringBuilder
indent int
attribute InjectionAttribute
value string

Return Value

Type Description
void