C# Class UnitDamageDisplay, CaulsCastle

Inheritance: MonoBehaviour
Exibir arquivo Open project: TheGovernorsJunk/CaulsCastle

Public Properties

Property Type Description
textPrototype UnityEngine.TextMesh

Public Methods

Method Description
OnDamageTaken ( int damage ) : void
Start ( ) : void

Method Details

OnDamageTaken() public method

public OnDamageTaken ( int damage ) : void
damage int
return void

Start() public method

public Start ( ) : void
return void

Property Details

textPrototype public_oe property

public TextMesh,UnityEngine textPrototype
return UnityEngine.TextMesh