Version: 2022.3
言語: 日本語

SerializationUtility

class in UnityEditor

マニュアルに切り替える

説明

Utility functions related to Serialization.

Static 関数

ClearAllManagedReferencesWithMissingTypesRemoves all managed references that are missing their type.
ClearManagedReferenceWithMissingTypeDrop the serialized data associated with a specific managed reference object that is missing its type.
GetManagedReferencesWithMissingTypesReturns the list of managed references that could not be deserialized because of a missing type.
HasManagedReferencesWithMissingTypesThis API returns true if one or more managed references is missing its type.