![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
A class for an event for which the key piece of data is an integer. More...
Public Member Functions | |
IntegerBasedEventArgs () | |
Initializes a new instance of the PlatformerPro.IntegerBasedEventArgs class. More... | |
IntegerBasedEventArgs (int intValue) | |
Initializes a new instance of the PlatformerPro.IntegerBasedEventArgs class. More... | |
Properties | |
virtual int | IntValue [get, protected set] |
Gets or sets the int value. More... | |
A class for an event for which the key piece of data is an integer.
PlatformerPro.IntegerBasedEventArgs.IntegerBasedEventArgs | ( | ) |
Initializes a new instance of the PlatformerPro.IntegerBasedEventArgs class.
PlatformerPro.IntegerBasedEventArgs.IntegerBasedEventArgs | ( | int | intValue | ) |
Initializes a new instance of the PlatformerPro.IntegerBasedEventArgs class.
intValue | Int value. |
|
getprotected set |
Gets or sets the int value.
The previous scene.