コード例 #1
0
 public static void ExecuteRenderEndCommand(this IMGUILayoutRoot self)
 {
     self.GetCommandExecutor().Execute();
 }
コード例 #2
0
 public static void PushRenderEndCommand(this IMGUILayoutRoot self, Action command)
 {
     self.GetCommandExecutor().Push(command);
 }