0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Unity CanEditMultipleObjectsについて

0
Posted at

CanEditMultipleObjectsとはInspector上で同時に複数の編集が可能になる属性です。

例えば、メンバ変数にInt型を持つクラスを作成し、それを複数のゲームオブジェクトのコンポーネントに追加したとする。
複数のオブジェクトを選択し、一度にintの値を変更する時にCanEditMultipleObjectsがないと同時に変更することがでない。

使いどころ考察

パラメータは別ファイルでもつほうがいいので同時に編集できる必要はないし、同じものならPrefab化した方が使いやすそうだし。使いどころは不明。

参考サイト

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?