C# Class Main_Process, Castle-Bashers

Inheritance: MonoBehaviour
Afficher le fichier Open project: DevelopersGuild/Castle-Bashers Class Usage Examples

Méthodes publiques

Свойство Type Description
Hide_UI bool
In_Battle bool
Killing_boss bool
Main_UI GameObject
Menu_Open bool
Menu_UI GameObject
Menu_id int
One_player_per_client bool
Other_Windows GameObject
Team_Mode bool
esckey_up bool
movTexture MovieTexture

Méthodes publiques

Méthode Description
CancelLevel ( ) : void
End_Battle ( ) : void
GetPlayerCoinManager ( int id = null ) : CoinManager,
GetPlayerExperience ( int id = null ) : Experience,
GetPlayerGemManager ( int id = null ) : GemManager,
GetPlayerObject ( int id = null ) : GameObject
GetPlayerPassiveSkillManager ( int id = null ) : PassiveSkillManager,
GetPlayerScript ( int id = null ) : Player,
GetQuestList ( ) : QuestList,
Main_UI_Init ( ) : void
Menu_Force_Open ( int menu_id ) : void
Menu_Normal_Close ( ) : void
Menu_UI_Init ( ) : void
OnGUI ( ) : void
OpenDialog ( string id, string npcname ) : void
OtherWindows_Close ( ) : void
ReviveAllPlayers ( ) : void
SetBossCurrentHP ( int hp ) : void
SetBossMaxHP ( int maxhp ) : void
Srart_Battle_Boss ( int boss_id, int boss_headicon_id ) : void
Start ( ) : void
Start_Battle ( ) : void
Start_new_BGM ( int BGM_id, bool SmoothlyDown, bool SmoothlyUp ) : void
SwitchBackToNormalBattle ( ) : void
UI_Death_Window_Open_Withmusic ( ) : void
UI_Level_Selector_Open ( int chapter_id ) : void
UI_Mission_Success_Open ( ) : void
UI_Passive_Skill_Panel_Open ( int playerid ) : void
UI_SkillShop_Open ( int player_id ) : void
UI_SkillShop_Open ( int class_id, int skill_id ) : void
UI_Upgrade_Window_Open ( int equipment_type ) : void
Update ( ) : void
deinput ( ) : void
eninput ( ) : void
finish_init ( ) : void
mission_start ( ) : void

Private Methods

Méthode Description
TEST ( ) : void

Method Details

CancelLevel() public méthode

public CancelLevel ( ) : void
Résultat void

End_Battle() public méthode

public End_Battle ( ) : void
Résultat void

GetPlayerCoinManager() public méthode

public GetPlayerCoinManager ( int id = null ) : CoinManager,
id int
Résultat CoinManager,

GetPlayerExperience() public méthode

public GetPlayerExperience ( int id = null ) : Experience,
id int
Résultat Experience,

GetPlayerGemManager() public méthode

public GetPlayerGemManager ( int id = null ) : GemManager,
id int
Résultat GemManager,

GetPlayerObject() public méthode

public GetPlayerObject ( int id = null ) : GameObject
id int
Résultat GameObject

GetPlayerPassiveSkillManager() public méthode

public GetPlayerPassiveSkillManager ( int id = null ) : PassiveSkillManager,
id int
Résultat PassiveSkillManager,

GetPlayerScript() public méthode

public GetPlayerScript ( int id = null ) : Player,
id int
Résultat Player,

GetQuestList() public méthode

public GetQuestList ( ) : QuestList,
Résultat QuestList,

Main_UI_Init() public méthode

public Main_UI_Init ( ) : void
Résultat void

Menu_Force_Open() public méthode

public Menu_Force_Open ( int menu_id ) : void
menu_id int
Résultat void

Menu_Normal_Close() public méthode

public Menu_Normal_Close ( ) : void
Résultat void

Menu_UI_Init() public méthode

public Menu_UI_Init ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

OpenDialog() public méthode

public OpenDialog ( string id, string npcname ) : void
id string
npcname string
Résultat void

OtherWindows_Close() public méthode

public OtherWindows_Close ( ) : void
Résultat void

ReviveAllPlayers() public méthode

public ReviveAllPlayers ( ) : void
Résultat void

SetBossCurrentHP() public méthode

public SetBossCurrentHP ( int hp ) : void
hp int
Résultat void

SetBossMaxHP() public méthode

public SetBossMaxHP ( int maxhp ) : void
maxhp int
Résultat void

Srart_Battle_Boss() public méthode

public Srart_Battle_Boss ( int boss_id, int boss_headicon_id ) : void
boss_id int
boss_headicon_id int
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Start_Battle() public méthode

public Start_Battle ( ) : void
Résultat void

Start_new_BGM() public méthode

public Start_new_BGM ( int BGM_id, bool SmoothlyDown, bool SmoothlyUp ) : void
BGM_id int
SmoothlyDown bool
SmoothlyUp bool
Résultat void

SwitchBackToNormalBattle() public méthode

public SwitchBackToNormalBattle ( ) : void
Résultat void

UI_Death_Window_Open_Withmusic() public méthode

public UI_Death_Window_Open_Withmusic ( ) : void
Résultat void

UI_Level_Selector_Open() public méthode

public UI_Level_Selector_Open ( int chapter_id ) : void
chapter_id int
Résultat void

UI_Mission_Success_Open() public méthode

public UI_Mission_Success_Open ( ) : void
Résultat void

UI_Passive_Skill_Panel_Open() public méthode

public UI_Passive_Skill_Panel_Open ( int playerid ) : void
playerid int
Résultat void

UI_SkillShop_Open() public méthode

public UI_SkillShop_Open ( int player_id ) : void
player_id int
Résultat void

UI_SkillShop_Open() public méthode

public UI_SkillShop_Open ( int class_id, int skill_id ) : void
class_id int
skill_id int
Résultat void

UI_Upgrade_Window_Open() public méthode

public UI_Upgrade_Window_Open ( int equipment_type ) : void
equipment_type int
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

deinput() public méthode

public deinput ( ) : void
Résultat void

eninput() public méthode

public eninput ( ) : void
Résultat void

finish_init() public méthode

public finish_init ( ) : void
Résultat void

mission_start() public méthode

public mission_start ( ) : void
Résultat void

Property Details

Hide_UI public_oe property

public bool Hide_UI
Résultat bool

In_Battle public_oe property

public bool In_Battle
Résultat bool

Killing_boss public_oe property

public bool Killing_boss
Résultat bool

Main_UI public_oe property

public GameObject Main_UI
Résultat GameObject

Menu_Open public_oe property

public bool Menu_Open
Résultat bool

Menu_UI public_oe property

public GameObject Menu_UI
Résultat GameObject

Menu_id public_oe property

public int Menu_id
Résultat int

One_player_per_client public_oe property

public bool One_player_per_client
Résultat bool

Other_Windows public_oe property

public GameObject Other_Windows
Résultat GameObject

Team_Mode public_oe property

public bool Team_Mode
Résultat bool

esckey_up public_oe property

public bool esckey_up
Résultat bool

movTexture public_oe property

public MovieTexture movTexture
Résultat MovieTexture