Missing Features
Classes | Enumerations
KevinCastejon.MissingFeatures.SharedUtils Namespace Reference

Classes

class  EasingHelper
 Helper class for easing.
 
class  LightData
 Utilitary class to store Light data. More...
 
class  PoseData
 Utilitary class to store Pose data. More...
 
class  TransformData
 Utilitary class to store Transform data. More...
 

Enumerations

enum  EasingType {
  Linear , InQuad , OutQuad , InOutQuad ,
  InCubic , OutCubic , InOutCubic , InQuart ,
  OutQuart , InOutQuart , InQuint , OutQuint ,
  InOutQuint , InSine , OutSine , InOutSine ,
  InExpo , OutExpo , InOutExpo , InCirc ,
  OutCirc , InOutCirc , InElastic , OutElastic ,
  InOutElastic , InBack , OutBack , InOutBack ,
  InBounce , OutBounce , InOutBounce
}
 An enumeration of easing functions.
 
enum  UpdateMode { UPDATE , FIXED_UPDATE , LATE_UPDATE }
 An enumeration of the different update modes for time-based animations.