pub struct HaRigInstance {
pub skeleton: HaRigSkeleton,
pub deformer: HaRigDeformer,
pub control: HaRigControl,
/* private fields */
}Fields§
§skeleton: HaRigSkeleton§deformer: HaRigDeformer§control: HaRigControlImplementations§
Trait Implementations§
source§impl Debug for HaRigInstance
impl Debug for HaRigInstance
source§impl Default for HaRigInstance
impl Default for HaRigInstance
source§fn default() -> HaRigInstance
fn default() -> HaRigInstance
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for HaRigInstance
impl<'de> Deserialize<'de> for HaRigInstance
source§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
source§impl Prefab for HaRigInstance
impl Prefab for HaRigInstance
fn from_prefab(data: &Value) -> Result<Self, PrefabError>
fn from_prefab_with_extras( data: &Value, _named_entities: &HashMap<String, Entity, RandomState>, _state_token: ID<PhantomData<dyn State + Send + Sync>> ) -> Result<Self, PrefabError>
fn to_prefab(&self) -> Result<Value, PrefabError>
fn from_prefab_str(data: &str) -> Result<Self, PrefabError>
fn to_prefab_string(&self) -> Result<String, PrefabError>
fn post_from_prefab(&mut self)
source§impl Serialize for HaRigInstance
impl Serialize for HaRigInstance
impl PrefabComponent for HaRigInstance
Auto Trait Implementations§
impl RefUnwindSafe for HaRigInstance
impl Send for HaRigInstance
impl Sync for HaRigInstance
impl Unpin for HaRigInstance
impl UnwindSafe for HaRigInstance
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> Initialize for Twhere
T: Default,
impl<T> Initialize for Twhere T: Default,
fn initialize(&mut self)
§unsafe fn initialize_raw(data: *mut ())
unsafe fn initialize_raw(data: *mut ())
Safety Read more