#[repr(C)]pub struct AnimationPosePlayable {
pub m_handle: PlayableHandle,
}Expand description
Fields§
§m_handle: PlayableHandleImplementations§
Source§impl AnimationPosePlayable
impl AnimationPosePlayable
pub fn m_null_playable() -> AnimationPosePlayable
pub fn set_m_null_playable(value: AnimationPosePlayable)
Source§impl AnimationPosePlayable
impl AnimationPosePlayable
Sourcepub fn ctor(&mut self, handle: impl Into<PlayableHandle>)
pub fn ctor(&mut self, handle: impl Into<PlayableHandle>)
.ctor(crate::unity_engine::playables::playablehandle::PlayableHandle) overload
Sourcepub fn get_handle(&mut self) -> PlayableHandle
pub fn get_handle(&mut self) -> PlayableHandle
GetHandle() overload
Sourcepub fn equals(&mut self, other: impl Into<AnimationPosePlayable>) -> bool
pub fn equals(&mut self, other: impl Into<AnimationPosePlayable>) -> bool
Equals(crate::unity_engine::animations::animationposeplayable::AnimationPosePlayable) overload
Source§impl AnimationPosePlayable
impl AnimationPosePlayable
pub fn ctor_method_info() -> &'static MethodInfo
pub fn get_handle_method_info() -> &'static MethodInfo
pub fn equals_method_info() -> &'static MethodInfo
pub fn cctor_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl Clone for AnimationPosePlayable
impl Clone for AnimationPosePlayable
Source§fn clone(&self) -> AnimationPosePlayable
fn clone(&self) -> AnimationPosePlayable
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AnimationPosePlayable
Auto Trait Implementations§
impl Freeze for AnimationPosePlayable
impl RefUnwindSafe for AnimationPosePlayable
impl Send for AnimationPosePlayable
impl Sync for AnimationPosePlayable
impl Unpin for AnimationPosePlayable
impl UnwindSafe for AnimationPosePlayable
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)