Home > @esengine/ecs-framework-monorepo > BandwidthMonitorEvents
BandwidthMonitorEvents interface
带宽事件
Signature:
typescript
export interface BandwidthMonitorEvents
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
(oldLimits: BandwidthLimit, newLimits: BandwidthLimit) => void | |||
(stats: BandwidthStats) => void | |||
(direction: 'upload' | 'download', current: number, limit: number) => void | |||
(level: BandwidthWarningLevel, stats: BandwidthStats) => void |