C# Class RitualBeattleScript, 3in1

Inheritance: MonoBehaviour
Show file Open project: motouhui/3in1

Public Properties

Property Type Description
BossMotion CharaMotion,
HeroMotion CharaMotion,
SwordStatusBar GameObject
boss GameObject
boss_hp_Max Image
boss_hp_now Image
boss_sp_max Image
boss_sp_now Image
game_over_panel GameObject
hero GameObject
hero_hp_Max Image
hero_hp_now Image
hero_sp_max Image
hero_sp_now Image
isGetKey bool
shied GameObject
tips Text

Public Methods

Method Description
OnDestroy ( ) : void
Start ( ) : void
Update ( ) : void
WriteFile ( string message ) : void

Private Methods

Method Description
BossAnimationCallback ( string aniName ) : void

动作播放回调

HeroAnimationCallback ( string aniName ) : void

动作播放回调

PlayAnimation ( Game game ) : void
_initSceneInfo ( ) : void
aniCallback ( ) : void

Method Details

OnDestroy() public method

public OnDestroy ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

WriteFile() public static method

public static WriteFile ( string message ) : void
message string
return void

Property Details

BossMotion public property

怪物的动作控制器
public CharaMotion, BossMotion
return CharaMotion,

HeroMotion public property

英雄的动作
public CharaMotion, HeroMotion
return CharaMotion,

SwordStatusBar public property

public GameObject SwordStatusBar
return GameObject

boss public property

魔王
public GameObject boss
return GameObject

boss_hp_Max public property

public Image boss_hp_Max
return Image

boss_hp_now public property

public Image boss_hp_now
return Image

boss_sp_max public property

public Image boss_sp_max
return Image

boss_sp_now public property

public Image boss_sp_now
return Image

game_over_panel public property

public GameObject game_over_panel
return GameObject

hero public property

英雄对象
public GameObject hero
return GameObject

hero_hp_Max public property

public Image hero_hp_Max
return Image

hero_hp_now public property

public Image hero_hp_now
return Image

hero_sp_max public property

public Image hero_sp_max
return Image

hero_sp_now public property

public Image hero_sp_now
return Image

isGetKey public property

public bool isGetKey
return bool

shied public property

public GameObject shied
return GameObject

tips public property

public Text tips
return Text