C# Class CharacterBase, CLOG2015

Inheritance: MonoBehaviour
Show file Open project: bennorskov/CLOG2015 Class Usage Examples

Public Properties

Property Type Description
health float
speed float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
takeDamage ( float damage ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

takeDamage() public method

public takeDamage ( float damage ) : void
damage float
return void

Property Details

health public property

public float health
return float

speed public property

public float speed
return float