Table of Contents

Constructor ObjectReference

Namespace
Pinwheel.Vista.Graph
Assembly
Pinwheel.Vista.Runtime.dll

ObjectReference(string, Object)

Creates a serialized object-reference entry for one Unity object field.

public ObjectReference(string key, Object target)

Parameters

key string

The synthetic key that identifies the serialized field.

target Object

The Unity object assigned to that field.

Exceptions

ArgumentException

Thrown when key is null or empty.

ArgumentNullException

Thrown when target is null.