C# Class TinyFrameWork.GameMonoHelper

Inheritance: UnityEngine.MonoBehaviour
Mostrar archivo Open project: tinyantstudio/UIFrameWork Class Usage Examples

Public Methods

Method Description
GetInstance ( ) : GameMonoHelper
LoadGameScene ( string strSceneName, bool closeAllUI, System.Action callBack ) : void

Private Methods

Method Description
Awake ( ) : void
_LoadGameScene ( string strSceneName, bool closeAllUI, System.Action callBack ) : IEnumerator

Method Details

GetInstance() public static method

public static GetInstance ( ) : GameMonoHelper
return GameMonoHelper

LoadGameScene() public method

public LoadGameScene ( string strSceneName, bool closeAllUI, System.Action callBack ) : void
strSceneName string
closeAllUI bool
callBack System.Action
return void