Docs.rs
oxygengine-script-web-0.12.5
oxygengine-script-web 0.12.5
Permalink
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
PsichiX
Dependencies
js-sys ^0.3
normal
lazy_static ^1.4
normal
num ^0.3
normal
oxygengine-audio ^0.12
normal
optional
oxygengine-composite-renderer ^0.12
normal
optional
oxygengine-composite-renderer-backend-web ^0.12
normal
optional
oxygengine-core ^0.12
normal
oxygengine-input ^0.12
normal
optional
oxygengine-utils ^0.12
normal
serde ^1
normal
serde_json ^1
normal
wasm-bindgen ^0.2
normal
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
oxygengine_
script_
web
0.12.5
Resource
Modify
Required Methods
modify_resource
Implementations on Foreign Types
AppLifeCycle
AssetsDatabase
AssetsDatabase
Implementors
In oxygengine_
script_
web::
interface
oxygengine_script_web
::
interface
Trait
ResourceModify
Copy item path
Source
pub trait ResourceModify<R> { // Required method fn
modify_resource
(&mut self, source: R); }
Required Methods
§
Source
fn
modify_resource
(&mut self, source: R)
Implementations on Foreign Types
§
Source
§
impl
ResourceModify
<
AppLifeCycleScripted
> for
AppLifeCycle
Source
§
fn
modify_resource
(&mut self, source:
AppLifeCycleScripted
)
Source
§
impl
ResourceModify
<
AssetsDatabaseLoaderScripted
> for
AssetsDatabase
Source
§
fn
modify_resource
(&mut self, _:
AssetsDatabaseLoaderScripted
)
Source
§
impl
ResourceModify
<
AssetsDatabaseScripted
> for
AssetsDatabase
Source
§
fn
modify_resource
(&mut self, _source:
AssetsDatabaseScripted
)
Implementors
§