Docs.rs
bevy_interact_2d-0.9.0
bevy_interact_2d 0.9.0
Permalink
Docs.rs crate page
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
Anshorei
Dependencies
bevy ^0.9
normal
bevy_prototype_lyon ^0.6
normal
optional
bevy ^0.9
dev
rand ^0.8
dev
Versions
17.14%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
bevy_
interact_
2d
0.9.0
All Items
Crate Items
Modules
Structs
Crate
bevy_interact_2d
Copy item path
Source
Modules
§
drag
Structs
§
Group
Using groups it is easy to have systems only interact with draggables in a specific group. An example usecase would be separate groups for draggables and drop zones.
Interactable
This component makes an entity interactable with the mouse cursor
Interaction
Plugin
The interaction plugin adds cursor interactions for entities with the Interactable component.
Interaction
Source
Attach an interaction source to cameras you want to interact from
Interaction
State