Hilo3d API - v2.0.0-alpha.4
Home
Examples
Repository
Preparing search index...
Hilo3d
ParticleEventAggregate
Interface ParticleEventAggregate
Bounded asynchronous aggregate returned to application code.
interface
ParticleEventAggregate
{
counts
:
Readonly
<
Record
<
string
,
number
>
>
;
droppedCount
:
number
;
events
:
readonly
Readonly
<
ParticleEventRecord
>
[]
;
remainingCount
:
number
;
}
Index
Properties
counts
dropped
Count
events
remaining
Count
Properties
Readonly
counts
counts
:
Readonly
<
Record
<
string
,
number
>
>
Readonly
dropped
Count
droppedCount
:
number
Readonly
events
events
:
readonly
Readonly
<
ParticleEventRecord
>
[]
Readonly
remaining
Count
remainingCount
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
counts
dropped
Count
events
remaining
Count
Home
Examples
Repository
Hilo3d API - v2.0.0-alpha.4
Loading...
Bounded asynchronous aggregate returned to application code.