clock

package
v2.4.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 20, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package clock manages game timers.

Index

Constants

View Source
const (
	DefaultTPS  = 60
	SyncWithFPS = -1
)

Variables

This section is empty.

Functions

func ActualFPS added in v2.4.0

func ActualFPS() float64

func ActualTPS added in v2.4.0

func ActualTPS() float64

func SetTPS added in v2.4.0

func SetTPS(newTPS int)

func TPS added in v2.4.0

func TPS() int

func UpdateFrame added in v2.4.0

func UpdateFrame() int

UpdateFrame updates the inner clock state and returns an integer value indicating how many times the game should update based on the current tps.

If tps is SyncWithFPS, UpdateFrame always returns 1. If tps <= 0 and not SyncWithFPS, UpdateFrame always returns 0.

UpdateFrame is expected to be called once per frame.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL