けいごのなんとか

Unityユーザーとしてのブログ。ギリギリ路線走ってます。

2014-05-04から1日間の記事一覧

コンポーネントの順番を変更する「Component Move Up」「Component Move Down」をコードで管理する

何度も「Move Up」とか押しまくるの疲れたので作ってみた Github - https://github.com/anchan828/ComponentOrderAttribute コンポーネントの「Move Up」「Move Down」をコードで自動管理 ComponentOrderAttribute ComponentOrderAttribute(uint order) 指定…