C# Class ACR_ChooserCreator.Navigator

Inheritance: ALFA.Shared.IBackgroundLoadedResource, IDisposable
Show file Open project: ALandFarAway/ALFA-Base-Resources Class Usage Examples

Public Properties

Property Type Description
bottomCategory NavigatorCategory

Public Methods

Method Description
Dispose ( ) : void

Dispose the object.

WaitForResourcesLoaded ( bool Wait ) : bool

Wait for resources to become available.

Private Methods

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

Dispose the object.
public Dispose ( ) : void
return void

WaitForResourcesLoaded() public method

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. ///
return bool

Property Details

bottomCategory public property

public NavigatorCategory bottomCategory
return NavigatorCategory