Struct oxygengine_composite_renderer::system::CompositeRendererSystem [−][src]
Trait Implementations
impl<CR> Default for CompositeRendererSystem<CR> where
CR: CompositeRenderer,
[src]
CR: CompositeRenderer,
impl<'s, CR> System<'s> for CompositeRendererSystem<CR> where
CR: CompositeRenderer + Send + Sync + 'static,
[src]
CR: CompositeRenderer + Send + Sync + 'static,
type SystemData = (Option<Write<'s, CR>>, Entities<'s>, ReadExpect<'s, AppLifeCycle>, Option<Read<'s, AssetsDatabase>>, Read<'s, CompositeTransformRes>, ReadStorage<'s, CompositeCamera>, ReadStorage<'s, CompositeVisibility>, ReadStorage<'s, CompositeRenderable>, ReadStorage<'s, CompositeTransform>, ReadStorage<'s, CompositeRenderLayer>, ReadStorage<'s, CompositeRenderDepth>, ReadStorage<'s, CompositeRenderAlpha>, ReadStorage<'s, CompositeCameraAlignment>, ReadStorage<'s, CompositeRenderableStroke>, ReadStorage<'s, CompositeEffect>, ReadStorage<'s, Tag>)
The resource bundle required to execute this system. Read more
fn run(
&mut self,
(renderer, entities, lifecycle, assets, transform_res, cameras, visibilities, renderables, transforms, layers, depths, alphas, alignments, strokes, effects, tags): Self::SystemData
)
[src]
&mut self,
(renderer, entities, lifecycle, assets, transform_res, cameras, visibilities, renderables, transforms, layers, depths, alphas, alignments, strokes, effects, tags): Self::SystemData
)
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<CR> RefUnwindSafe for CompositeRendererSystem<CR> where
CR: RefUnwindSafe,
CR: RefUnwindSafe,
impl<CR> Send for CompositeRendererSystem<CR>
impl<CR> Sync for CompositeRendererSystem<CR>
impl<CR> Unpin for CompositeRendererSystem<CR> where
CR: Unpin,
CR: Unpin,
impl<CR> UnwindSafe for CompositeRendererSystem<CR> where
CR: UnwindSafe,
CR: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Any for T where
T: Any,
T: Any,
pub fn get_type_id(&self) -> TypeId
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Event for T where
T: Send + Sync + 'static,
T: Send + Sync + 'static,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Pointable for T
pub const ALIGN: usize
type Init = T
The type for initializers.
pub unsafe fn init(init: <T as Pointable>::Init) -> usize
pub unsafe fn deref<'a>(ptr: usize) -> &'a T
pub unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T
pub unsafe fn drop(ptr: usize)
impl<T> Resource for T where
T: Any,
T: Any,
impl<'a, T> RunNow<'a> for T where
T: System<'a>,
T: System<'a>,
pub fn run_now(&mut self, world: &'a World)
pub fn setup(&mut self, world: &mut World)
pub fn dispose(self: Box<T, Global>, world: &mut World)
impl<T> TryDefault for T where
T: Default,
T: Default,
pub fn try_default() -> Result<T, String>
pub fn unwrap_default() -> Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,