C# Class ACR_ChooserCreator.Navigator

Inheritance: ALFA.Shared.IBackgroundLoadedResource, IDisposable
Afficher le fichier Open project: ALandFarAway/ALFA-Base-Resources Class Usage Examples

Méthodes publiques

Свойство Type Description
bottomCategory NavigatorCategory

Méthodes publiques

Méthode Description
Dispose ( ) : void

Dispose the object.

WaitForResourcesLoaded ( bool Wait ) : bool

Wait for resources to become available.

Private Methods

Méthode Description
Dispose ( bool Disposing ) : void

Invoked to perform cleanup of the object.

SetResourcesLoaded ( ) : void

Mark resources as fully loaded after initialization completes.

Method Details

Dispose() public méthode

Dispose the object.
public Dispose ( ) : void
Résultat void

WaitForResourcesLoaded() public méthode

Wait for resources to become available.
public WaitForResourcesLoaded ( bool Wait ) : bool
Wait bool Supplies true to perform a blocking wait, else /// false to return immediately with the current availability status. ///
Résultat bool

Property Details

bottomCategory public_oe property

public NavigatorCategory bottomCategory
Résultat NavigatorCategory