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

Relates an enemy state to an enemy movement. More...

Public Attributes

EnemyState state
 When an enemy is in this state the animation should be played. More...
 
AnimationState animation
 The aimation that maps to the state. More...
 

Detailed Description

Relates an enemy state to an enemy movement.

Member Data Documentation

◆ animation

AnimationState PlatformerPro.EnemyStateToAnimation.animation

The aimation that maps to the state.

◆ state

EnemyState PlatformerPro.EnemyStateToAnimation.state

When an enemy is in this state the animation should be played.


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