Version: 2022.3
LanguageEnglish
  • C#

ManagedReferenceUtility

class in UnityEngine.Serialization

/

Implemented in:UnityEngine.CoreModule

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Utility functions related to SerializeReference manipulation and access.

Static Properties

RefIdNullSpecial value, -2, used as the managed reference Id of any field decorated with SerializeReference that has no object assigned to it.
RefIdUnknownSpecial value, -1, used when the managed reference Id for an object is unknown, for example if GetManagedReferenceIdForObject is called with invalid arguments.

Static Methods

GetManagedReferenceRetrieves an object based on its managed reference Id.
GetManagedReferenceIdForObjectRetrieves the managed reference Id for an object that is referenced using SerializeReference.
GetManagedReferenceIdsRetrieves a list of managed reference Ids assigned to objects that are referenced using SerializeReference on a specified host.
SetManagedReferenceIdForObjectAssigns a managed reference Id to an object that is referenced using SerializeReference on a specified host.