Module makeup::component

source ·

Structs

  • A helper for components to use for message-sending during the update loop. These functions are not on the UpdateContext itself because the sender needs to be able to be moved across threads with a 'static lifetime, and that’s achieved by repeatedly cloning the sender.
  • The context for a component’s update lifecycle.

Enums

  • A default message that can be sent to a component. Contains a lot of the built-in functionality you would expect:

Traits

Functions

  • Generate a most-likely-unique key for a component.

Type Aliases