pub struct PackedJointAnimation { /* private fields */ }Expand description
Wraps the corresponding Model I/O packed joint animation counterpart.
Implementations§
Source§impl PackedJointAnimation
impl PackedJointAnimation
Sourcepub fn new(name: &str, joint_paths: &[&str]) -> Result<Self>
pub fn new(name: &str, joint_paths: &[&str]) -> Result<Self>
Wraps the corresponding Model I/O initializer for the wrapped Model I/O packed joint animation counterpart.
Sourcepub fn info(&self) -> Result<PackedJointAnimationInfo>
pub fn info(&self) -> Result<PackedJointAnimationInfo>
Calls the corresponding Model I/O method on the wrapped Model I/O packed joint animation counterpart.
Sourcepub fn translations(&self) -> Result<AnimatedVector3Array>
pub fn translations(&self) -> Result<AnimatedVector3Array>
Calls the corresponding Model I/O method on the wrapped Model I/O packed joint animation counterpart.
Sourcepub fn rotations(&self) -> Result<AnimatedQuaternionArray>
pub fn rotations(&self) -> Result<AnimatedQuaternionArray>
Calls the corresponding Model I/O method on the wrapped Model I/O packed joint animation counterpart.
Sourcepub fn scales(&self) -> Result<AnimatedVector3Array>
pub fn scales(&self) -> Result<AnimatedVector3Array>
Calls the corresponding Model I/O method on the wrapped Model I/O packed joint animation counterpart.
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 moreSource§impl Debug for PackedJointAnimation
impl Debug for PackedJointAnimation
impl JointAnimation for PackedJointAnimation
Auto 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