C# 클래스 ACR_ChooserCreator.Waiter

파일 보기 프로젝트 열기: ALandFarAway/ALFA-Base-Resources 1 사용 예제들

공개 메소드들

메소드 설명
DrawListBox ( CLRScriptBase script, List resource ) : void
DrawNavigatorCategory ( CLRScriptBase script, NavigatorCategory nav ) : void
WaitForNavigator ( CLRScriptBase script, Navigator nav ) : void
WaitForResources ( CLRScriptBase script, IBackgroundLoadedResource resource ) : void

메소드 상세

DrawListBox() 공개 정적인 메소드

public static DrawListBox ( CLRScriptBase script, List resource ) : void
script CLRScriptFramework.CLRScriptBase
resource List
리턴 void

DrawNavigatorCategory() 공개 정적인 메소드

public static DrawNavigatorCategory ( CLRScriptBase script, NavigatorCategory nav ) : void
script CLRScriptFramework.CLRScriptBase
nav NavigatorCategory
리턴 void

WaitForNavigator() 공개 정적인 메소드

public static WaitForNavigator ( CLRScriptBase script, Navigator nav ) : void
script CLRScriptFramework.CLRScriptBase
nav Navigator
리턴 void

WaitForResources() 공개 정적인 메소드

public static WaitForResources ( CLRScriptBase script, IBackgroundLoadedResource resource ) : void
script CLRScriptFramework.CLRScriptBase
resource IBackgroundLoadedResource
리턴 void