Struct amethyst_controls::FreeRotationSystem[][src]

pub struct FreeRotationSystem<A, B> { /* fields omitted */ }

The system that manages the view rotation. Controlled by the mouse.

Methods

impl<A, B> FreeRotationSystem<A, B>
[src]

Trait Implementations

impl<'a, A, B> System<'a> for FreeRotationSystem<A, B> where
    A: Send + Sync + Hash + Eq + Clone + 'static,
    B: Send + Sync + Hash + Eq + Clone + 'static, 
[src]

The resource bundle required to execute this system. Read more

Executes the system with the required system data. Read more

Sets up the Resources using Self::SystemData::setup.

Returns a hint how long the system needs for running. This is used to optimize the way they're executed (might allow more parallelization). Read more

Return the accessor from the [SystemData].

Auto Trait Implementations

impl<A, B> Send for FreeRotationSystem<A, B> where
    A: Send,
    B: Send

impl<A, B> Sync for FreeRotationSystem<A, B> where
    A: Sync,
    B: Sync