Table of Contents

Constructor ObjectRef

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

ObjectRef(Object)

Creates a legacy object reference wrapper for a non-null Unity object.

public ObjectRef(Object target)

Parameters

target Object

The Unity object to store.

Exceptions

ArgumentNullException

Thrown when target is null.