Documentation ¶
Index ¶
Constants ¶
View Source
const IsDebug = false
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CallerType ¶
type CallerType int
const ( CallerTypeNone CallerType = iota CallerTypeRegular CallerTypeInternal )
func FirstCaller ¶
func FirstCaller() (file string, line int, callerType CallerType)
FirstCaller returns the file and line number of the first caller outside of Ebitengine.
type FrameLogger ¶ added in v2.8.0
FrameLogger defines the interface for logging debug information for each frame.
func SwitchFrameLogger ¶ added in v2.8.0
func SwitchFrameLogger() FrameLogger
Click to show internal directories.
Click to hide internal directories.