Table of Contents

Struct ObjectRef

Namespace
Pinwheel.Vista.Graph
Assembly
Pinwheel.Vista.Runtime.dll
[Obsolete]
[Serializable]
public struct ObjectRef : IEquatable<ObjectRef>
Implements
Inherited Members

Constructors

ObjectRef(Object)

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

Properties

guid

Legacy per-reference GUID generated when the wrapper is created.

target

Unity object carried by this legacy wrapper.

Methods

Equals(ObjectRef)

Compares two legacy wrappers by both generated GUID and referenced Unity object.