エディターウィンドウの数を数値で取得します。
var i = editors.Count;
Mery Ver 2.6.7 以降で使用できます。
指定したインデックスの Editor オブジェクトを取得します。
var obj = editors.Item(index);