C# Class COL.UnityGameWheels.Core.BaseLifeCycleService

Inheritance: ILifeCycle
Show file Open project: GarfieldJiang/UnityGameWheels.Core

Public Methods

Method Description
OnInit ( ) : void

Initialize this module.

OnShutdown ( ) : void

Shut down this module.

Protected Methods

Method Description
CheckStateOrThrow ( ) : void

Check whether the module is in an available state.

Method Details

CheckStateOrThrow() protected method

Check whether the module is in an available state.
protected CheckStateOrThrow ( ) : void
return void

OnInit() public method

Initialize this module.
public OnInit ( ) : void
return void

OnShutdown() public method

Shut down this module.
public OnShutdown ( ) : void
return void