| [ Web Proxy ] |
| Viewing: https://docs.unity3d.com/ScriptReference/PrefabUtility.IsPartOfModelPrefab.html | [Back] [Original] |
| Parameter | Description |
|---|---|
| componentOrGameObject | The object to check. Must be a component or GameObject. |
bool True if the object is part of a Model Prefab.
Returns true if the given object is part of a Model Prefab Asset or Model Prefab instance.
An object is part of a Model Prefab instance if it has a Model Prefab as outermost Prefab instance root. To get the outermost Prefab instance root, use GetOutermostPrefabInstanceRoot.
| Web Proxy Viewer | New URL | Original Page |