pub struct PackedJointAnimation { /* private fields */ }Implementations§
Source§impl PackedJointAnimation
impl PackedJointAnimation
pub fn new(name: &str, joint_paths: &[&str]) -> Result<Self>
pub fn info(&self) -> Result<PackedJointAnimationInfo>
pub fn translations(&self) -> Result<AnimatedVector3Array>
pub fn rotations(&self) -> Result<AnimatedQuaternionArray>
pub fn scales(&self) -> Result<AnimatedVector3Array>
pub fn as_object(&self) -> Object
Trait Implementations§
Source§impl Clone for PackedJointAnimation
impl Clone for PackedJointAnimation
Source§fn clone(&self) -> PackedJointAnimation
fn clone(&self) -> PackedJointAnimation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PackedJointAnimation
impl RefUnwindSafe for PackedJointAnimation
impl !Send for PackedJointAnimation
impl !Sync for PackedJointAnimation
impl Unpin for PackedJointAnimation
impl UnsafeUnpin for PackedJointAnimation
impl UnwindSafe for PackedJointAnimation
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