This version of Unity is unsupported.

PrefabUtility.GetPrefabAssetType

Declaration

public static PrefabAssetType GetPrefabAssetType(Object componentOrGameObject);

Parameters

componentOrGameObject An object that is part of a Prefab Asset or Prefab instance.

Returns

PrefabAssetType The type of Prefab.

Description

Enum value indicating the type of Prefab Asset, such as Regular Prefab, Model Prefab and Prefab Variant.