Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 650 Bytes

File metadata and controls

21 lines (15 loc) · 650 Bytes

CrossSceneReference

class in AdvancedSceneManager.Utility.CrossSceneReferences

Description

Represents a reference between two objects in different scenes.

Fields

Member Description
string id The unique identifier for this reference.
ObjectReference value The value assigned to the referenced variable.
ObjectReference variable The variable being referenced in another scene.

Methods

Member Description
virtual bool Equals(object obj) _No documentation available._
virtual int GetHashCode() _No documentation available._