![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
Public Member Functions | |
DoorEventArgs (Door door, Character character) | |
Initializes a new instance of the PlatformerPro.DoorEventArgs 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 | |
Door | Door [get, protected set] |
Gets or sets the door. More... | |
DoorState | DoorState [get, protected set] |
Gets or sets the door state. More... | |
![]() | |
Character | Character [get, protected set] |
Gets or sets the character. More... | |
int | PlayerId [get, protected set] |
What player number is this? More... | |
Door event arguments.
Initializes a new instance of the PlatformerPro.DoorEventArgs class.
door | Door. |
chracater | Chracater. |
state | State. |
|
getprotected set |
Gets or sets the door.
|
getprotected set |
Gets or sets the door state.