Interface UIFPSTextElement

interface UIFPSTextElement {
    interpolate?: boolean;
    period?: number;
    type: "fps";
}

Hierarchy

Properties

interpolate?: boolean
period?: number
type

Copyright © 2024 Nernar. Copyright © 2020 #mineprogramming. Built with ❤ and TypeDoc.