Docs.rs
  • bevy_mod_scripting_core-0.3.0
    • bevy_mod_scripting_core 0.3.0
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • makspll
    • Dependencies
      • bevy ^0.10.1 normal
      • bevy_event_priority ^0.3.0 normal
      • parking_lot ^0.12.1 normal
      • paste ^1.0.7 normal
      • thiserror ^1.0.31 normal
    • Versions
    • 53.51% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate bevy_mod_scripting_core

  • Version 0.3.0
  • All Items
  • Re-exports
  • Modules
  • Structs
  • Traits
?
Change settings

Crate bevy_mod_scripting_core

source ·

Re-exports

  • pub use bevy_event_priority as events;

Modules

  • asset
  • docs
  • error
  • event
  • hosts
    All script host related stuff
  • prelude
  • systems
  • world

Structs

  • ScriptingPlugin
    Bevy plugin enabling run-time scripting

Traits

  • AddScriptApiProvider
  • AddScriptHost
    Trait for app builder notation
  • AddScriptHostHandler
  • GenDocumentation