C# Class ColourizeScreen, DefendAman

Inheritance: MonoBehaviour
显示文件 Open project: CarsonRoscoe/DefendAman

Public Properties

Property Type Description
death GameObject
healed GameObject
injured GameObject

Public Methods

Method Description
PlayerDied ( ) : void
PlayerHealed ( ) : void
PlayerHurt ( ) : void
PlayerRevived ( ) : void

Private Methods

Method Description
UndoPlayerHealed ( ) : void
UndoPlayerHurt ( ) : void

Method Details

PlayerDied() public method

public PlayerDied ( ) : void
return void

PlayerHealed() public method

public PlayerHealed ( ) : void
return void

PlayerHurt() public method

public PlayerHurt ( ) : void
return void

PlayerRevived() public method

public PlayerRevived ( ) : void
return void

Property Details

death public_oe property

public GameObject death
return GameObject

healed public_oe property

public GameObject healed
return GameObject

injured public_oe property

public GameObject injured
return GameObject