Docs.rs
bevy_serialization_assemble-0.2.0
bevy_serialization_assemble 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
rydb
Dependencies
anyhow ^1
normal
bevy_app ^0.15
normal
bevy_asset ^0.15
normal
bevy_color ^0.15
normal
bevy_core ^0.15
normal
bevy_derive ^0.15
normal
bevy_ecs ^0.15
normal
bevy_gltf ^0.15
normal
bevy_hierarchy ^0.15
normal
bevy_internal ^0.15
normal
bevy_log ^0.15
normal
bevy_math ^0.15
normal
bevy_pbr ^0.15
normal
bevy_rapier3d ^0.29
normal
bevy_reflect ^0.15
normal
bevy_render ^0.15
normal
bevy_serialization_core ^0.7.0
normal
bevy_serialization_physics ^0.7.0
normal
bevy_state ^0.15
normal
bevy_tasks ^0.15
normal
bevy_transform ^0.15
normal
bevy_utils ^0.15
normal
derive_more ^2
normal
glam ^0.29
normal
moonshine-save ^0.3.10
normal
nalgebra ^0.33
normal
strum ^0.27
normal
strum_macros ^0.27
normal
thiserror ^2.0
normal
urdf-rs ^0.8.0
normal
bevy ^0.15
dev
bevy-inspector-egui ^0.29.0
dev
bevy_camera_extras ^0.15
dev
bevy_rapier3d ^0.29
dev
bevy_ui_extras ^0.18
dev
const_format ^0.2
dev
moonshine-save ^0.3.10
dev
Versions
23.76%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module components
bevy_
serialization_
assemble
0.2.0
Module components
Module Items
Structs
Enums
Functions
In crate bevy_
serialization_
assemble
bevy_serialization_assemble
Module
components
Copy item path
Source
Structs
§
Disassemble
Request
Take inner new_type and add components to this components entity from
Disassemble
Maybe
Staging component for optional components. Is split open into inner component if it exists.
Roll
Down
staging component to roll down component to all children.
Roll
Down
Ided
Rolldown post
ComponentId
assignment.
Enums
§
Disassemble
Asset
Request
Staging component for deserializing
Disassemble
implemented asset wrappers. depending on the owned information of the asset, this component is gradually elevated from Path -> Handle -> Asset until
Disassemble
can be ran
Ids
Resolve
staging component for resolving one component from another. useful for bundles where the context for what something is has to be resolved later
Functions
§
disassemble_
components