#[repr(C)]pub struct AnimationRemoveScalePlayable {
pub m_handle: PlayableHandle,
}Expand description
Fields§
§m_handle: PlayableHandleImplementations§
Source§impl AnimationRemoveScalePlayable
impl AnimationRemoveScalePlayable
pub fn m_null_playable() -> AnimationRemoveScalePlayable
pub fn set_m_null_playable(value: AnimationRemoveScalePlayable)
Source§impl AnimationRemoveScalePlayable
impl AnimationRemoveScalePlayable
Sourcepub fn create(
graph: impl Into<PlayableGraph>,
input_count: impl Into<i32>,
) -> AnimationRemoveScalePlayable
pub fn create( graph: impl Into<PlayableGraph>, input_count: impl Into<i32>, ) -> AnimationRemoveScalePlayable
Create(crate::unity_engine::playables::playablegraph::PlayableGraph, i32) overload
Sourcepub fn create_handle(
graph: impl Into<PlayableGraph>,
input_count: impl Into<i32>,
) -> PlayableHandle
pub fn create_handle( graph: impl Into<PlayableGraph>, input_count: impl Into<i32>, ) -> PlayableHandle
CreateHandle(crate::unity_engine::playables::playablegraph::PlayableGraph, i32) overload
Sourcepub fn op_implicit(
playable: impl Into<AnimationRemoveScalePlayable>,
) -> Playable
pub fn op_implicit( playable: impl Into<AnimationRemoveScalePlayable>, ) -> Playable
op_Implicit(crate::unity_engine::animations::animationremovescaleplayable::AnimationRemoveScalePlayable) overload
Sourcepub fn create_handle_internal(
graph: impl Into<PlayableGraph>,
) -> (bool, PlayableHandle)
pub fn create_handle_internal( graph: impl Into<PlayableGraph>, ) -> (bool, PlayableHandle)
CreateHandleInternal(crate::unity_engine::playables::playablegraph::PlayableGraph, *mutcrate::unity_engine::playables::playablehandle::PlayableHandle) overload
Sourcepub fn create_handle_internal_injected() -> (bool, PlayableGraph, PlayableHandle)
pub fn create_handle_internal_injected() -> (bool, PlayableGraph, PlayableHandle)
CreateHandleInternal_Injected(*mutcrate::unity_engine::playables::playablegraph::PlayableGraph, *mutcrate::unity_engine::playables::playablehandle::PlayableHandle) overload
Source§impl AnimationRemoveScalePlayable
impl AnimationRemoveScalePlayable
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<AnimationRemoveScalePlayable>) -> bool
pub fn equals(&mut self, other: impl Into<AnimationRemoveScalePlayable>) -> bool
Equals(crate::unity_engine::animations::animationremovescaleplayable::AnimationRemoveScalePlayable) overload
Source§impl AnimationRemoveScalePlayable
impl AnimationRemoveScalePlayable
pub fn create_method_info() -> &'static MethodInfo
pub fn create_handle_method_info() -> &'static MethodInfo
pub fn ctor_method_info() -> &'static MethodInfo
pub fn get_handle_method_info() -> &'static MethodInfo
pub fn op_implicit_method_info() -> &'static MethodInfo
pub fn equals_method_info() -> &'static MethodInfo
pub fn create_handle_internal_method_info() -> &'static MethodInfo
pub fn cctor_method_info() -> &'static MethodInfo
pub fn create_handle_internal_injected_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl Clone for AnimationRemoveScalePlayable
impl Clone for AnimationRemoveScalePlayable
Source§fn clone(&self) -> AnimationRemoveScalePlayable
fn clone(&self) -> AnimationRemoveScalePlayable
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreimpl Copy for AnimationRemoveScalePlayable
Auto Trait Implementations§
impl Freeze for AnimationRemoveScalePlayable
impl RefUnwindSafe for AnimationRemoveScalePlayable
impl Send for AnimationRemoveScalePlayable
impl Sync for AnimationRemoveScalePlayable
impl Unpin for AnimationRemoveScalePlayable
impl UnwindSafe for AnimationRemoveScalePlayable
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
§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)
clone_to_uninit)