Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ClearManagedReferenceWithMissingType(Object, long)

Drop the serialized data associated with a specific managed reference object that is missing its type.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public static bool ClearManagedReferenceWithMissingType(Object obj, long id)

Parameters

Returns

Type

Description

bool

Remarks

This method returns false if there is no reference with a missing type matching the specified Id.