Version: 2021.1
言語: 日本語
Experimental: this API is experimental and might be changed or removed in the future.

PrefabStage.IsPartOfPrefabContents

マニュアルに切り替える
public bool IsPartOfPrefabContents (GameObject gameObject);

パラメーター

gameObject チェックする GameObject

戻り値

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.