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 ¶
FrameLogger defines the interface for logging debug information for each frame.
func SwitchFrameLogger ¶
func SwitchFrameLogger() FrameLogger
Click to show internal directories.
Click to hide internal directories.