Search
Preparing search index...
The search index is not available
Delightex API
Options
All
Public
Public/Protected
All
Inherited
Deprecated
Menu
Delightex API
GUI
AnimationFunction
Class AnimationFunction
Hierarchy
AnimationFunction
Index
Constructors
constructor
Properties
linear
smooth
Cubic
smooth
Trigonometric
Methods
custom
Constructors
constructor
new
Animation
Function
(
)
:
AnimationFunction
Returns
AnimationFunction
Properties
Static
Readonly
linear
linear
:
AnimationFunction
Static
Readonly
smooth
Cubic
smooth
Cubic
:
AnimationFunction
Static
Readonly
smooth
Trigonometric
smooth
Trigonometric
:
AnimationFunction
Methods
Static
custom
custom
(
f
:
(
(
x
:
number
)
=>
number
)
)
:
AnimationFunction
Parameters
f:
(
(
x
:
number
)
=>
number
)
(
x
:
number
)
:
number
Parameters
x:
number
Returns
number
Returns
AnimationFunction
Exports
Application
Assets
Camera
Debug
Device
Disposable
GUI
Events
HUD
Screen
Image
Source
Input
Multiplayer
Mutable
List
Physics
Ray
Cast
Renderer
Scene
Space
Storage
Time
Animation
Function
constructor
linear
smooth
Cubic
smooth
Trigonometric
custom