Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
UnityPlatformer
Easing.Sine
C# Class UnityPlatformer.Easing.Sine
Mostra file
Open project: llafuente/unity-platformer
Public Methods
Method
Description
EaseIn
(
double
s
) :
float
EaseInOut
(
double
s
) :
float
EaseOut
(
double
s
) :
float
Method Details
EaseIn()
public
static
method
public
static
EaseIn
(
double
s
) :
float
s
double
return
float
EaseInOut()
public
static
method
public
static
EaseInOut
(
double
s
) :
float
s
double
return
float
EaseOut()
public
static
method
public
static
EaseOut
(
double
s
) :
float
s
double
return
float