![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
Public Member Functions | |
DialogEventArgs (string eventId) | |
Initializes a new instance of the PlatformerPro.DialogEventArgs class. More... | |
DialogEventArgs (string eventId, Character character) | |
Initializes a new instance of the PlatformerPro.DialogEventArgs class. More... | |
DialogEventArgs (string eventId, Character character, int playerId) | |
Initializes a new instance of the PlatformerPro.DialogEventArgs class. More... | |
![]() | |
CharacterEventArgs () | |
Initializes a new instance of the PlatformerPro.CharacterEventArgs class. More... | |
CharacterEventArgs (Character character) | |
Initializes a new instance of the PlatformerPro.CharacterEventArgs class. More... | |
CharacterEventArgs (Character character, int playerId) | |
Initializes a new instance of the PlatformerPro.CharacterEventArgs class. More... | |
void | Update (Character character) |
Updates the event args with the given character More... | |
Properties | |
string | EventId [get, protected set] |
![]() | |
Character | Character [get, protected set] |
Gets or sets the character. More... | |
int | PlayerId [get, protected set] |
What player number is this? More... | |
PlatformerPro.DialogEventArgs.DialogEventArgs | ( | string | eventId | ) |
Initializes a new instance of the PlatformerPro.DialogEventArgs class.
eventId | Dialog event ID. |
PlatformerPro.DialogEventArgs.DialogEventArgs | ( | string | eventId, |
Character | character | ||
) |
Initializes a new instance of the PlatformerPro.DialogEventArgs class.
PlatformerPro.DialogEventArgs.DialogEventArgs | ( | string | eventId, |
Character | character, | ||
int | playerId | ||
) |
Initializes a new instance of the PlatformerPro.DialogEventArgs class.
|
getprotected set |