コード例 #1
0
ファイル: EditMode.cs プロジェクト: yaoya/UnityDecompiled
 public static bool IsOwner(Editor editor)
 {
     return(EditMode.IsOwner(editor));
 }