Version: 2022.3
언어: 한국어

PrefabStage.IsPartOfPrefabContents

매뉴얼로 전환
public bool IsPartOfPrefabContents (GameObject gameObject);

파라미터

gameObject The GameObject to check.

반환

bool True if the GameObject is part of the Prefab contents.

설명

Is this GameObject part of the loaded Prefab Asset contents in the Prefab stage?

The method returns false for GameObjects that are not part of the Prefab contents but are rather part of the editing environment in the Prefab stage, or not part of the Prefab stage at all.