Crate bevy_matchbox

Source
Expand description

../README.md

Re-exports§

pub use matchbox_socket;

Modules§

prelude
use bevy_matchbox::prelude::*; to import common resources and commands

Structs§

MatchboxSocket
A WebRtcSocket as a Component or Resource.

Traits§

CloseSocketExt
A Commands extension used to close a WebRtcSocket, deleting the MatchboxSocket resource.
OpenSocketExt
A Commands extension used to open a MatchboxSocket and allocate it as a resource.