kanzi

Trait IPrefabViewConcept

pub trait IPrefabViewConcept: Inherits<Object> + Inherits<PrefabViewConcept> {
    // Provided methods
    fn get_prefab(&self) -> Result<Option<Weak<Resource>>, Error> { ... }
    fn set_prefab(&self, value: Option<&Resource>) -> Result<(), Error> { ... }
}
Expand description

Prefab view concept class.

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§