Struct oxygengine_core::localization::LocalizationSystem [−][src]
pub struct LocalizationSystem { /* fields omitted */ }
Trait Implementations
Returns the “default value” for a type. Read more
type SystemData = (ReadExpect<'s, AssetsDatabase>, Write<'s, Localization>)
type SystemData = (ReadExpect<'s, AssetsDatabase>, Write<'s, Localization>)
The resource bundle required to execute this system. Read more
Executes the system with the required system data. Read more
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 RefUnwindSafe for LocalizationSystem
impl Send for LocalizationSystem
impl Sync for LocalizationSystem
impl Unpin for LocalizationSystem
impl UnwindSafe for LocalizationSystem
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
Mutably borrows from an owned value. Read more
Tries to create the default.
Calls try_default
and panics on an error case.