Platformer Pro  2.3.2
A platform game kit for Unity.
PlatformerPro.Tween Namespace Reference

Classes

class  ColorTweener
 A tweener that tweens position. More...
 
class  IMobPositionTweener
 A tweener that tweens position using an IMobs translate method, it also sets velocity. More...
 
interface  ITweener
 Interface for things that can tween. More...
 
class  LocalPositionTweener
 A tweener that tweens position. More...
 
class  PositionTweener
 A tweener that tweens position. More...
 
class  RotationBySpeedTweener
 A tweener that tweens rotation. Not intended for use to get to a certain rotation but instead to spin for a certain amount of time. More...
 

Enumerations

enum class  TweenMode { SNAP , LINEAR , EASE_IN_OUT }
 Tween mode. More...
 

Enumeration Type Documentation

◆ TweenMode

Tween mode.

Enumerator
SNAP 
LINEAR 
EASE_IN_OUT