Platformer Pro  2.3.2
A platform game kit for Unity.
PlatformerPro.DialogEventArgs Class Reference
Inheritance diagram for PlatformerPro.DialogEventArgs:
PlatformerPro.CharacterEventArgs

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...
 
- Public Member Functions inherited from PlatformerPro.CharacterEventArgs
 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]
 
- Properties inherited from PlatformerPro.CharacterEventArgs
Character Character [get, protected set]
 Gets or sets the character. More...
 
int PlayerId [get, protected set]
 What player number is this? More...
 

Constructor & Destructor Documentation

◆ DialogEventArgs() [1/3]

PlatformerPro.DialogEventArgs.DialogEventArgs ( string  eventId)

Initializes a new instance of the PlatformerPro.DialogEventArgs class.

Parameters
eventIdDialog event ID.

◆ DialogEventArgs() [2/3]

PlatformerPro.DialogEventArgs.DialogEventArgs ( string  eventId,
Character  character 
)

Initializes a new instance of the PlatformerPro.DialogEventArgs class.

Parameters
eventIdDialog event ID.
characterCharacter.

◆ DialogEventArgs() [3/3]

PlatformerPro.DialogEventArgs.DialogEventArgs ( string  eventId,
Character  character,
int  playerId 
)

Initializes a new instance of the PlatformerPro.DialogEventArgs class.

Parameters
eventIdDialog event ID.
characterCharacter.
playerIdId of the player (0 for player 1).

Property Documentation

◆ EventId

string PlatformerPro.DialogEventArgs.EventId
getprotected set

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