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

Charge event arguments. More...

Inheritance diagram for PlatformerPro.ChargeEventArgs:

Public Member Functions

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

Properties

int Amount [get, protected set]
 

Detailed Description

Charge event arguments.

Constructor & Destructor Documentation

◆ ChargeEventArgs() [1/2]

PlatformerPro.ChargeEventArgs.ChargeEventArgs ( )

Initializes a new instance of the PlatformerPro.ChargeEventArgs class.

◆ ChargeEventArgs() [2/2]

PlatformerPro.ChargeEventArgs.ChargeEventArgs ( int  amount)

Initializes a new instance of the PlatformerPro.ChargeEventArgs class.

Parameters
amountCharge amount.

Property Documentation

◆ Amount

int PlatformerPro.ChargeEventArgs.Amount
getprotected set

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