InjectorScriptBuilder.

AddObjectReference(Object, Object) Method

Summary

Adds the `obj` to the list of references for the injector script to serialize.
Assembly
Weaver.dll
Namespace
Weaver.Editor.Procedural
Containing Type
InjectorScriptBuilder

Syntax

public void AddObjectReference(Object obj, Object context)

Parameters

Name Type Description
obj Object
context Object

Return Value

Type Description
void