C# 클래스 Ensage.Common.Threading.GameDispatcher

파일 보기 프로젝트 열기: EnsageSharp/Ensage.Common

공개 메소드들

메소드 설명
BeginInvoke ( System.Action action ) : void

Schedules action to be executed on next Update

InvokeEvent ( System.Action action ) : void

비공개 메소드들

메소드 설명
GameDispatcher ( ) : System
IngameUpdateDispatcher ( EventArgs args ) : void
UpdateDispatcher ( EventArgs args ) : void

메소드 상세

BeginInvoke() 공개 정적인 메소드

Schedules action to be executed on next Update
public static BeginInvoke ( System.Action action ) : void
action System.Action
리턴 void

InvokeEvent() 공개 정적인 메소드

public static InvokeEvent ( System.Action action ) : void
action System.Action
리턴 void