public static bool IsPrefabAssetMissing (Object instanceComponentOrGameObject);

파라미터

instanceComponentOrGameObjectThe object to check. Must be a component or GameObject.

반환

bool True if the given object is part of a Prefab instance but the source asset is missing.

설명

Returns true if the given object is part of a Prefab instance but the source asset is missing.