Expand description
../README.md
Re-exports§
pub use matchbox_socket;
Modules§
- prelude
- use
bevy_matchbox::prelude::*;
to import common resources and commands
Structs§
- Matchbox
Socket - A
WebRtcSocket
as aComponent
orResource
.
Traits§
- Close
Socket Ext - A
Commands
extension used to close aWebRtcSocket
, deleting theMatchboxSocket
resource. - Open
Socket Ext - A
Commands
extension used to open aMatchboxSocket
and allocate it as a resource.