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

Event sent by game manager to indicate loading state. More...

Inheritance diagram for PlatformerPro.GamePhaseEventArgs:

Public Member Functions

 GamePhaseEventArgs (GamePhase phase)
 Initializes a new instance of the PlatformerPro.GamePhaseEventArgs class. More...
 

Properties

GamePhase Phase [get, protected set]
 Current loading phase. More...
 

Detailed Description

Event sent by game manager to indicate loading state.

Constructor & Destructor Documentation

◆ GamePhaseEventArgs()

PlatformerPro.GamePhaseEventArgs.GamePhaseEventArgs ( GamePhase  phase)

Initializes a new instance of the PlatformerPro.GamePhaseEventArgs class.

Parameters
phasePhase.

Property Documentation

◆ Phase

GamePhase PlatformerPro.GamePhaseEventArgs.Phase
getprotected set

Current loading phase.

The phase.


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