Version: 2021.2
언어: 한국어

PrefabUtility.IsPrefabAssetMissing

매뉴얼로 전환
public static bool IsPrefabAssetMissing (Object instanceComponentOrGameObject);

파라미터

instanceComponentOrGameObject The 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.