PrefabUtility.GetNearestPrefabInstanceRoot

매뉴얼로 전환
public static GameObject GetNearestPrefabInstanceRoot (Object componentOrGameObject);

파라미터

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

반환

GameObject The nearest Prefab instance root.

설명

Return the GameObject that is the root of the nearest Prefab instance the object is part of.

The method will search up the parents in the Transform hierarchy until it finds the root of any Prefab instance, regardless of whether that instance is an applied nested Prefab inside another Prefab, or not.

The method will return null if the given object is not part of a Prefab instance. This includes GameObjects or components that have been added and not applied to a Prefab instance.


Overview of which objects are Prefab instance roots.

In the editor, Prefab instance roots have Open and Select buttons, and in the case of an outermost Prefab instance root, an Overrides dropdown.

See Also: GetOutermostPrefabInstanceRoot.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961