Struct oxygengine_core::prefab::PrefabScene [−][src]
pub struct PrefabScene {
pub template_name: Option<String>,
pub dependencies: Vec<String>,
pub entities: Vec<PrefabSceneEntity>,
}
Fields
template_name: Option<String>
dependencies: Vec<String>
entities: Vec<PrefabSceneEntity>
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
fn from_prefab_with_extras(
data: PrefabValue,
_named_entities: &HashMap<String, Entity>,
_state_token: StateToken
) -> Result<Self, PrefabError>
Auto Trait Implementations
impl RefUnwindSafe for PrefabScene
impl Send for PrefabScene
impl Sync for PrefabScene
impl Unpin for PrefabScene
impl UnwindSafe for PrefabScene
Blanket Implementations
Mutably borrows from an owned value. Read more