C# 클래스 X.CoreLib.Shared.Services.RenderingService

파일 보기 프로젝트 열기: liquidboy/X

공개 프로퍼티들

프로퍼티 타입 설명
Instance RenderingService
IsInitialized bool

공개 메소드들

메소드 설명
ChangeBackground ( string localUri, string folder ) : System.Threading.Tasks.Task
DoExplosion ( double x, double y ) : void
Init ( GlobalState state ) : void
Start ( ) : void
Stop ( ) : void
Unload ( ) : void

비공개 메소드들

메소드 설명
RenderingService ( ) : FavouriteMX.Shared.Views

메소드 상세

ChangeBackground() 공개 정적인 메소드

public static ChangeBackground ( string localUri, string folder ) : System.Threading.Tasks.Task
localUri string
folder string
리턴 System.Threading.Tasks.Task

DoExplosion() 공개 정적인 메소드

public static DoExplosion ( double x, double y ) : void
x double
y double
리턴 void

Init() 공개 정적인 메소드

public static Init ( GlobalState state ) : void
state FavouriteMX.Shared.Views.GlobalState
리턴 void

Start() 공개 정적인 메소드

public static Start ( ) : void
리턴 void

Stop() 공개 정적인 메소드

public static Stop ( ) : void
리턴 void

Unload() 공개 정적인 메소드

public static Unload ( ) : void
리턴 void

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

public static RenderingService,X.CoreLib.Shared.Services Instance
리턴 RenderingService

IsInitialized 공개적으로 정적으로 프로퍼티

public static bool IsInitialized
리턴 bool