Version: 2023.2
언어: 한국어

SerializationUtility

class in UnityEditor

매뉴얼로 전환

설명

Utility functions related to Serialization.

정적 함수

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.