Version: 2021.1
言語: 日本語

SelectionMode

enumeration

マニュアルに切り替える

説明

SelectionMode は Selection.GetTransforms によって返される Selection を微調整できます。

The default transform selection mode is: SelectionMode.TopLevel | SelectionMode.ExcludePrefab | SelectionMode.Editable.

変数

Unfiltered選択されたすべてを返します
TopLevel最上位の選択した Transform を返すだけです。別の選択した Transform の選択した子は除外します。
Deep選択したものと、子となるすべてのものを返します
ExcludePrefabExcludes any Prefabs from the selection.
Editable変更されていないオブジェクトを除外したものを返します
Assetsアセットとしての( Project ウィンドウに存在する)オブジェクトのみを返します
DeepAssets選択項目にフォルダーが含まれている場合、そのフォルダーの中の階層に入っているアセットやフォルダーもすべて選択されます。