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

A data class which assocaites a legacy animation to an animation state. More...

Public Attributes

AnimationState state
 The animation state. More...
 
AnimationClip clip
 The animation clip to play for the given animation state. More...
 
WrapMode wrapMode
 Wrap mode for the clip. More...
 
float fadeTime
 Time for the cross fade between this and the previous state. More...
 

Detailed Description

A data class which assocaites a legacy animation to an animation state.

Member Data Documentation

◆ clip

AnimationClip PlatformerPro.LegacyAnimation.clip

The animation clip to play for the given animation state.

◆ fadeTime

float PlatformerPro.LegacyAnimation.fadeTime

Time for the cross fade between this and the previous state.

◆ state

AnimationState PlatformerPro.LegacyAnimation.state

The animation state.

◆ wrapMode

WrapMode PlatformerPro.LegacyAnimation.wrapMode

Wrap mode for the clip.


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