フィールドの表示順を変更します。Orderのデフォルト値は0で、メンバーは昇順に表示されます。
[Order(2)] public float foo; [Order(1)] public Vector3 bar; [Order(0)] public GameObject baz;