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