Skip to content

performance-meter.entity overview


Table of contents


utils

PerformanceMeterEntity (class)

Signature

export declare class PerformanceMeterEntity {
  constructor(private readonly maxSamples = 60, private readonly maxRows = 15)
}

onSpawned (method)

Signature

onSpawned(world: GgWorld<unknown, unknown>)

onRemoved (method)

Signature

onRemoved()

tickOrder (property)

Signature

readonly tickOrder: number