C# Class DuloGames.UI.UISceneOpen

Inheritance: MonoBehaviour
ファイルを表示 Open project: HelloKitty/PSOBB2.Client

Public Methods

Method Description
Open ( ) : void

Protected Methods

Method Description
OnDisable ( ) : void
OnEnable ( ) : void
Update ( ) : void

Method Details

OnDisable() protected method

protected OnDisable ( ) : void
return void

OnEnable() protected method

protected OnEnable ( ) : void
return void

Open() public method

public Open ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void