C# Class Burned, verthex

Inheritance: SectionEffect
ファイルを表示 Open project: austinblakeslee/verthex Class Usage Examples

Public Properties

Property Type Description
burnedVisualEffect GameObject
damagePerTurn int
numTurns int

Public Methods

Method Description
Burned ( int _damagePerTurn, Section, s, int turns ) : System.Collections
Construct ( ) : void
Destruct ( ) : void
EndTurnEffect ( ) : void
GetInfo ( ) : string

Method Details

Burned() public method

public Burned ( int _damagePerTurn, Section, s, int turns ) : System.Collections
_damagePerTurn int
s Section,
turns int
return System.Collections

Construct() public method

public Construct ( ) : void
return void

Destruct() public method

public Destruct ( ) : void
return void

EndTurnEffect() public method

public EndTurnEffect ( ) : void
return void

GetInfo() public method

public GetInfo ( ) : string
return string

Property Details

burnedVisualEffect public_oe property

public GameObject burnedVisualEffect
return GameObject

damagePerTurn public_oe property

public int damagePerTurn
return int

numTurns public_oe property

public int numTurns
return int