NicoyouGame
Preparing search index...
The search index is not available
Documentation
Documentation
Tween
Class Tween<T, U>
Abstract
アニメーションの開始値と終了値、移動速度を保持するクラス
Type Parameters
T
U
=
T
Hierarchy (
view full
)
Tween
TweenNumber
TweenAngle
TweenVector2
TweenColor
Index
Constructors
constructor
Properties
dest
speed
value
Methods
approach
Constructors
constructor
new
Tween
<
T
,
U
>
(
value
,
speed
)
:
Tween
<
T
,
U
>
初期化する
Type Parameters
T
U
=
T
Parameters
value
:
T
値
speed
:
U
目標とする値に近づける速度
Returns
Tween
<
T
,
U
>
Properties
dest
dest
:
T
目標とする値
speed
speed
:
U
目標とする値に近づける速度
value
value
:
T
値
Methods
Abstract
approach
approach
(
)
:
void
現在の値を目標の値に近づける
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
dest
speed
value
approach
Documentation
Loading...
アニメーションの開始値と終了値、移動速度を保持するクラス