GetPrefabAssetType(Object)
Retrieves an enum value indicating the type of Prefab Asset, such as Regular Prefab, Model Prefab and Prefab Variant.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public static PrefabAssetType GetPrefabAssetType(Object componentOrGameObject)
Parameters
An object that is part of a Prefab Asset or Prefab instance.
Returns
Type | Description |
|---|---|
| PrefabAssetType | The type of Prefab. |