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

Enemy AI event arguments. More...

Inheritance diagram for PlatformerPro.EnemyAIEventArgs:
PlatformerPro.IStringBasedEventArgs

Public Member Functions

 EnemyAIEventArgs (string eventId)
 Initializes a new instance of the PlatformerPro.EnemyAIEventArgs class. More...
 

Properties

string EventID [get, protected set]
 Gets or sets the event ID. More...
 
string StringValue [get]
 
- Properties inherited from PlatformerPro.IStringBasedEventArgs
string StringValue [get]
 Gets or sets the string value. More...
 

Detailed Description

Enemy AI event arguments.

Constructor & Destructor Documentation

◆ EnemyAIEventArgs()

PlatformerPro.EnemyAIEventArgs.EnemyAIEventArgs ( string  eventId)

Initializes a new instance of the PlatformerPro.EnemyAIEventArgs class.

Parameters
eventNameName of the event.

Property Documentation

◆ EventID

string PlatformerPro.EnemyAIEventArgs.EventID
getprotected set

Gets or sets the event ID.

The previous scene.

◆ StringValue

string PlatformerPro.EnemyAIEventArgs.StringValue
get

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