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

Afficher le fichier Open project: liquidboy/X

Méthodes publiques

Свойство Type Description
Instance RenderingService
IsInitialized bool

Méthodes publiques

Méthode 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

Méthode Description
RenderingService ( ) : FavouriteMX.Shared.Views

Method Details

ChangeBackground() public static méthode

public static ChangeBackground ( string localUri, string folder ) : System.Threading.Tasks.Task
localUri string
folder string
Résultat System.Threading.Tasks.Task

DoExplosion() public static méthode

public static DoExplosion ( double x, double y ) : void
x double
y double
Résultat void

Init() public static méthode

public static Init ( GlobalState state ) : void
state FavouriteMX.Shared.Views.GlobalState
Résultat void

Start() public static méthode

public static Start ( ) : void
Résultat void

Stop() public static méthode

public static Stop ( ) : void
Résultat void

Unload() public static méthode

public static Unload ( ) : void
Résultat void

Property Details

Instance public_oe static_oe property

public static RenderingService,X.CoreLib.Shared.Services Instance
Résultat RenderingService

IsInitialized public_oe static_oe property

public static bool IsInitialized
Résultat bool