Platformer Pro  2.3.2
A platform game kit for Unity.
PlatformerPro.HealedEventArgs Class Reference

Health info event arguments. More...

Inheritance diagram for PlatformerPro.HealedEventArgs:

Public Member Functions

 HealedEventArgs (int amount)
 Initializes a new instance of the PlatformerPro.HealedEventArgs class. More...
 

Properties

int Amount [get, protected set]
 Gets the amount healed. More...
 

Detailed Description

Health info event arguments.

Constructor & Destructor Documentation

◆ HealedEventArgs()

PlatformerPro.HealedEventArgs.HealedEventArgs ( int  amount)

Initializes a new instance of the PlatformerPro.HealedEventArgs class.

Parameters
amountAmount.

Property Documentation

◆ Amount

int PlatformerPro.HealedEventArgs.Amount
getprotected set

Gets the amount healed.


The documentation for this class was generated from the following file: