[][src]Trait amethyst_editor_sync::ResourceSet

pub trait ResourceSet {
    fn create_sync_systems(
        dispatcher: &mut DispatcherBuilder,
        connection: &EditorConnection,
        names: &[&'static str]
    ); }

Required methods

fn create_sync_systems(
    dispatcher: &mut DispatcherBuilder,
    connection: &EditorConnection,
    names: &[&'static str]
)

Loading content...

Implementations on Foreign Types

impl ResourceSet for ()[src]

impl<A, B> ResourceSet for (A, B) where
    A: Resource + Serialize,
    B: ResourceSet
[src]

Loading content...

Implementors

Loading content...