コード例 #1
0
 //---------------------------------------------------------
 public void PlayAnim(Animation animation,
                      GUIBase_Widget widget,
                      GUIBase_Platform.AnimFinishedDelegate finishDelegate = null,
                      int customIdx = -1)
 {
     m_Layout.PlayAnim(animation, widget, finishDelegate, customIdx);
 }