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