Expand description
§Bevy Ads Common
Basic crate for Bevy game engine ads integration.
Provides a unified interface and data structures that other crates can implement to integrate with various ad networks. As part of this, it also provides a mockup implementation for testing purposes, which can be enabled by enabling the mockup feature.
§Licence
MIT OR Apache-2.0
Modules§
Structs§
- AdsCommon
Plugin - Basic plugin for managing ads. It provides a set of methods alongside a optional mockup ads implementation.
Enums§
- AdMessage
- Events that can be triggered by Ad system operations
- AdType
- Ad type description enum.
- Parsing
AdType Error - Error type for parsing ad type.
Traits§
- AdManager
- Trait for managing ads system.
Functions§
- write_
event_ to_ queue - Write an event to the queue. In almost all cases this should be called only by the ads implementation plugin.