C# Class RitualBeattleScript, 3in1

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

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

HeroMotion public_oe property

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

SwordStatusBar public_oe property

public GameObject SwordStatusBar
return GameObject

boss public_oe property

魔王
public GameObject boss
return GameObject

boss_hp_Max public_oe property

public Image boss_hp_Max
return Image

boss_hp_now public_oe property

public Image boss_hp_now
return Image

boss_sp_max public_oe property

public Image boss_sp_max
return Image

boss_sp_now public_oe property

public Image boss_sp_now
return Image

game_over_panel public_oe property

public GameObject game_over_panel
return GameObject

hero public_oe property

英雄对象
public GameObject hero
return GameObject

hero_hp_Max public_oe property

public Image hero_hp_Max
return Image

hero_hp_now public_oe property

public Image hero_hp_now
return Image

hero_sp_max public_oe property

public Image hero_sp_max
return Image

hero_sp_now public_oe property

public Image hero_sp_now
return Image

isGetKey public_oe property

public bool isGetKey
return bool

shied public_oe property

public GameObject shied
return GameObject

tips public_oe property

public Text tips
return Text