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

State event arguments. More...

Inheritance diagram for PlatformerPro.StateEventArgs:

Public Member Functions

 StateEventArgs (string stateName)
 Initializes a new instance of the PlatformerPro.StateEventArgs class. More...
 
virtual void UpdateAnimationEventArgs (string stateName)
 Updates the phase event arguments. More...
 

Properties

string StateName [get, protected set]
 Gets the state name More...
 

Detailed Description

State event arguments.

Constructor & Destructor Documentation

◆ StateEventArgs()

PlatformerPro.StateEventArgs.StateEventArgs ( string  stateName)

Initializes a new instance of the PlatformerPro.StateEventArgs class.

Parameters
stateNameState name.

Member Function Documentation

◆ UpdateAnimationEventArgs()

virtual void PlatformerPro.StateEventArgs.UpdateAnimationEventArgs ( string  stateName)
virtual

Updates the phase event arguments.

Parameters
stateState.

Property Documentation

◆ StateName

string PlatformerPro.StateEventArgs.StateName
getprotected set

Gets the state name


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