예제 #1
0
파일: RibbonIO.cs 프로젝트: ccdump/Paint-1
 public void LoadAsync()
 {
     if (!_isLoading)
     {
         _isLoading = true;
         FlowRunner.StartNew(AsyncLoadViaDisplayerSelected());
     }
 }
예제 #2
0
 void Start()
 {
     FlowRunner.StartNew(flowRoutine());
 }