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

Activation event arguments. More...

Inheritance diagram for PlatformerPro.ActivationEventArgs:

Public Member Functions

 ActivationEventArgs (string groupName, string itemId)
 Initializes a new instance of the PlatformerPro.ActivationEventArgs class. More...
 

Properties

string GroupName [get, protected set]
 Gets the group name More...
 
virtual string ItemId [get, protected set]
 Gets the item id. More...
 

Detailed Description

Activation event arguments.

Constructor & Destructor Documentation

◆ ActivationEventArgs()

PlatformerPro.ActivationEventArgs.ActivationEventArgs ( string  groupName,
string  itemId 
)

Initializes a new instance of the PlatformerPro.ActivationEventArgs class.

Parameters
groupNameGroup name.
itemIdItem identifier.

Property Documentation

◆ GroupName

string PlatformerPro.ActivationEventArgs.GroupName
getprotected set

Gets the group name

◆ ItemId

virtual string PlatformerPro.ActivationEventArgs.ItemId
getprotected set

Gets the item id.


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