string result = null;Object[] objs = Selection.GetFiltered<Object>(SelectionMode.Assets);foreach(Object obj in objs){ string path ...
確定! 回上一頁