Preparing search index...
The search index is not available
demolished-rail
demolished-rail
ITimelineEvent
Interface ITimelineEvent<T, P>
interface
ITimelineEvent
<
T
,
P
>
{
action
:
(
(
entity
:
Canvas2DEntity
<
T
>
|
CompositeEntity
<
ICompositeEntityProps
<
T
>
>
,
eventProps
:
P
,
criteriaResult
?:
boolean
)
=>
void
)
;
barCount
?:
number
;
beatCount
?:
number
;
criteria
?:
(
(
)
=>
boolean
)
;
props
?:
any
;
targetEntity
:
string
;
time
?:
number
;
}
Type Parameters
T
P
Index
Properties
action
bar
Count?
beat
Count?
criteria?
props?
target
Entity
time?
Properties
action
action
:
(
(
entity
:
Canvas2DEntity
<
T
>
|
CompositeEntity
<
ICompositeEntityProps
<
T
>
>
,
eventProps
:
P
,
criteriaResult
?:
boolean
)
=>
void
)
Optional
bar
Count
bar
Count
?:
number
Optional
beat
Count
beat
Count
?:
number
Optional
criteria
criteria
?:
(
(
)
=>
boolean
)
Optional
props
props
?:
any
target
Entity
target
Entity
:
string
Optional
time
time
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
bar
Count
beat
Count
criteria
props
target
Entity
time
demolished-rail
Loading...