PrefabUtility.IsPrefabAssetMissing

Cambiar al Manual
public static bool IsPrefabAssetMissing (Object instanceComponentOrGameObject);

Parámetros

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

Valor de retorno

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

Descripción

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