[−][src]Trait amethyst_editor_sync::ResourceSet
Required methods
fn create_sync_systems(
dispatcher: &mut DispatcherBuilder,
connection: &EditorConnection,
names: &[&'static str]
)
dispatcher: &mut DispatcherBuilder,
connection: &EditorConnection,
names: &[&'static str]
)
Implementations on Foreign Types
impl ResourceSet for ()[src]
fn create_sync_systems(
_: &mut DispatcherBuilder,
_: &EditorConnection,
_: &[&'static str]
)[src]
_: &mut DispatcherBuilder,
_: &EditorConnection,
_: &[&'static str]
)
impl<A, B> ResourceSet for (A, B) where
A: Resource + Serialize,
B: ResourceSet, [src]
A: Resource + Serialize,
B: ResourceSet,
fn create_sync_systems(
dispatcher: &mut DispatcherBuilder,
connection: &EditorConnection,
names: &[&'static str]
)[src]
dispatcher: &mut DispatcherBuilder,
connection: &EditorConnection,
names: &[&'static str]
)