Summary
Appends C# code which retrieves the appropriate value from a serialized field and assigns it to the target
property.
- Assembly
- Weaver
.dll - Namespace
- Weaver
.Editor .Procedural - Containing Type
- Injector
Script Builder
Syntax
public void AppendGetSerializedReference(StringBuilder text, int indent, string fieldName, string castTo)
Parameters
| Name | Type | Description |
|---|---|---|
| text | StringBuilder | |
| indent | int | |
| fieldName | string | |
| castTo | string |
Return Value
| Type | Description |
|---|---|
| void |