C# Class TinyFrameWork.GameMonoHelper

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: tinyantstudio/UIFrameWork Class Usage Examples

Méthodes publiques

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

Private Methods

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

Method Details

GetInstance() public static méthode

public static GetInstance ( ) : GameMonoHelper
Résultat GameMonoHelper

LoadGameScene() public méthode

public LoadGameScene ( string strSceneName, bool closeAllUI, System.Action callBack ) : void
strSceneName string
closeAllUI bool
callBack System.Action
Résultat void