Difference between revisions of "Script/VisualEnums"

From SF3
Jump to: navigation, search
(Created page with "==enum EInterpolation== Linear Exp InvExp Sinus SinusExp")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
==enum EInterpolation==
+
==EInterpolation==
 
   Linear
 
   Linear
 
   Exp
 
   Exp
Line 5: Line 5:
 
   Sinus
 
   Sinus
 
   SinusExp
 
   SinusExp
 +
 +
==EWeatherEffect==
 +
  Rain
 +
  Rainbow
 +
  Fog
 +
  Lightning
 +
  Sand

Latest revision as of 10:34, 7 September 2016

EInterpolation

 Linear
 Exp
 InvExp
 Sinus
 SinusExp

EWeatherEffect

 Rain
 Rainbow
 Fog
 Lightning
 Sand

enum EInterpolation

 Linear
 Exp
 InvExp
 Sinus
 SinusExp