Module macroquad::prelude

source ·
Expand description

Most common types that can be glob-imported use macroquad::prelude::* for convenience.

Re-exports§

Macros§

  • Build a color from 4 components of 0..255 values This is a temporary solution and going to be replaced with const fn, waiting for this issue to be resolved.
  • Logs a message at the debug level.
  • Logs a message at the error level.
  • Logs a message at the info level.
  • The standard logging macro.
  • Determines if a message logged at the specified level in that module will be logged.
  • Logs a message at the trace level.
  • Logs a message at the warn level.

Structs§

Enums§

Constants§

Traits§

  • A trait encapsulating the operations required of a logger.

Functions§