C# Class X.CoreLib.Shared.Services.RenderingService

Mostra file Open project: liquidboy/X

Public Properties

Property Type Description
Instance RenderingService
IsInitialized bool

Public Methods

Method Description
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

Private Methods

Method Description
RenderingService ( ) : FavouriteMX.Shared.Views

Method Details

ChangeBackground() public static method

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

DoExplosion() public static method

public static DoExplosion ( double x, double y ) : void
x double
y double
return void

Init() public static method

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

Start() public static method

public static Start ( ) : void
return void

Stop() public static method

public static Stop ( ) : void
return void

Unload() public static method

public static Unload ( ) : void
return void

Property Details

Instance public_oe static_oe property

public static RenderingService,X.CoreLib.Shared.Services Instance
return RenderingService

IsInitialized public_oe static_oe property

public static bool IsInitialized
return bool