Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 669 Bytes

File metadata and controls

21 lines (15 loc) · 669 Bytes

ResolvedCrossReference

struct in AdvancedSceneManager.Utility.CrossSceneReferences

Description

Represents a resolved reference.

Fields

Member Description
CrossSceneReference reference The unresolved reference.
ResolveStatus result The result when setting value.
(ObjectReference, ResolvedReference) value The unresolved and resolved reference to the value.
(ObjectReference, ResolvedReference) variable The unresolved and resolved reference to the variable.

Methods

Member Description
virtual string ToString() _No documentation available._