#[repr(C)]pub struct AnimationScriptPlayable {
pub m_handle: PlayableHandle,
}Expand description
Fields§
§m_handle: PlayableHandleImplementations§
Source§impl AnimationScriptPlayable
impl AnimationScriptPlayable
pub fn m_null_playable() -> AnimationScriptPlayable
pub fn set_m_null_playable(value: AnimationScriptPlayable)
Source§impl AnimationScriptPlayable
impl AnimationScriptPlayable
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<AnimationScriptPlayable>) -> bool
pub fn equals(&mut self, other: impl Into<AnimationScriptPlayable>) -> bool
Equals(crate::unity_engine::animations::animationscriptplayable::AnimationScriptPlayable) overload
Source§impl AnimationScriptPlayable
impl AnimationScriptPlayable
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 AnimationScriptPlayable
impl Clone for AnimationScriptPlayable
Source§fn clone(&self) -> AnimationScriptPlayable
fn clone(&self) -> AnimationScriptPlayable
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 AnimationScriptPlayable
Auto Trait Implementations§
impl Freeze for AnimationScriptPlayable
impl RefUnwindSafe for AnimationScriptPlayable
impl Send for AnimationScriptPlayable
impl Sync for AnimationScriptPlayable
impl Unpin for AnimationScriptPlayable
impl UnwindSafe for AnimationScriptPlayable
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)