Preparing search index...
The search index is not available
osu-classes
osu-classes
CommandTimeline
Class CommandTimeline<T>
A storyboard command timeline.
Type Parameters
T
=
any
Implements
Iterable
<
Command
<
T
>
>
Index
Constructors
constructor
Properties
end
Time
end
Value
start
Time
start
Value
Accessors
commands
has
Commands
Methods
[iterator]
add
Constructors
constructor
new
Command
Timeline
<
T
>
(
)
:
CommandTimeline
<
T
>
Type Parameters
T
=
any
Returns
CommandTimeline
<
T
>
Properties
end
Time
end
Time
:
number
= -Infinity
end
Value
end
Value
:
T
start
Time
start
Time
:
number
= Infinity
start
Value
start
Value
:
T
Accessors
commands
get
commands
(
)
:
Command
<
T
>
[]
A command list.
Returns
Command
<
T
>
[]
has
Commands
get
hasCommands
(
)
:
boolean
Returns
boolean
Methods
[iterator]
[iterator]
(
)
:
Iterator
<
Command
<
T
>
,
any
,
undefined
>
Returns
Iterator
<
Command
<
T
>
,
any
,
undefined
>
add
add
(
type
,
easing
,
startTime
,
endTime
,
startValue
,
endValue
,
parameter
?
)
:
void
Parameters
type
:
CommandType
easing
:
EasingType
startTime
:
number
endTime
:
number
startValue
:
T
endValue
:
T
Optional
parameter
:
ParameterType
Returns
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
constructor
end
Time
end
Value
start
Time
start
Value
commands
has
Commands
[iterator]
add
osu-classes
Loading...
A storyboard command timeline.