RSX Code Reference
    Preparing search index...
    • rsx
    • ProfilerStatValue

    Class ProfilerStatValue

    A simple struct that can contain any type of value of runtime profiler stats. The value is wrapped like this to make it easier in the future to expand the value specification options.

    Index
    _hasValue: boolean
    _value: number
    • get hasValue(): boolean

      True if # Value is valid.

      Returns boolean

    • set hasValue(value: boolean): void

      Parameters

      • value: boolean

      Returns void

    • get value(): number

      The value.

      Returns number

    • set value(value: number): void

      Parameters

      • value: number

      Returns void