Struct oxygengine_script_flow::system::FlowSystem [−][src]
pub struct FlowSystem;
Trait Implementations
impl Default for FlowSystem
[src]
impl Default for FlowSystem
[src]fn default() -> FlowSystem
[src]
impl<'s> System<'s> for FlowSystem
[src]
impl<'s> System<'s> for FlowSystem
[src]type SystemData = Write<'s, FlowManager>
The resource bundle required to execute this system. Read more
fn run(&mut self, manager: Self::SystemData)
[src]
pub fn running_time(&self) -> RunningTime
pub fn accessor(&'b self) -> AccessorCow<'a, 'b, Self>
pub fn setup(&mut self, world: &mut World)
pub fn dispose(self, world: &mut World)
Auto Trait Implementations
impl RefUnwindSafe for FlowSystem
impl RefUnwindSafe for FlowSystem
impl Send for FlowSystem
impl Send for FlowSystem
impl Sync for FlowSystem
impl Sync for FlowSystem
impl Unpin for FlowSystem
impl Unpin for FlowSystem
impl UnwindSafe for FlowSystem
impl UnwindSafe for FlowSystem
Blanket Implementations
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any,
pub fn get_type_id(&self) -> TypeId
impl<T> TryDefault for T where
T: Default,
impl<T> TryDefault for T where
T: Default,