#[repr(C)]pub struct AnimationLayerMixerPlayable {
pub m_handle: PlayableHandle,
}Expand description
Fields§
§m_handle: PlayableHandleImplementations§
Source§impl AnimationLayerMixerPlayable
impl AnimationLayerMixerPlayable
pub fn m_null_playable() -> AnimationLayerMixerPlayable
pub fn set_m_null_playable(value: AnimationLayerMixerPlayable)
Source§impl AnimationLayerMixerPlayable
impl AnimationLayerMixerPlayable
Sourcepub fn create(
graph: impl Into<PlayableGraph>,
input_count: impl Into<i32>,
) -> AnimationLayerMixerPlayable
pub fn create( graph: impl Into<PlayableGraph>, input_count: impl Into<i32>, ) -> AnimationLayerMixerPlayable
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<AnimationLayerMixerPlayable>) -> Playable
pub fn op_implicit(playable: impl Into<AnimationLayerMixerPlayable>) -> Playable
op_Implicit(crate::unity_engine::animations::animationlayermixerplayable::AnimationLayerMixerPlayable) 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 set_layer_mask_from_avatar_mask_internal(
layer_index: impl Into<u32>,
mask: impl Into<AvatarMask>,
) -> PlayableHandle
pub fn set_layer_mask_from_avatar_mask_internal( layer_index: impl Into<u32>, mask: impl Into<AvatarMask>, ) -> PlayableHandle
SetLayerMaskFromAvatarMaskInternal(*mutcrate::unity_engine::playables::playablehandle::PlayableHandle, u32, crate::unity_engine::avatarmask::AvatarMask) 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 AnimationLayerMixerPlayable
impl AnimationLayerMixerPlayable
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<AnimationLayerMixerPlayable>) -> bool
pub fn equals(&mut self, other: impl Into<AnimationLayerMixerPlayable>) -> bool
Equals(crate::unity_engine::animations::animationlayermixerplayable::AnimationLayerMixerPlayable) overload
Sourcepub fn set_layer_mask_from_avatar_mask(
&mut self,
layer_index: impl Into<u32>,
mask: impl Into<AvatarMask>,
)
pub fn set_layer_mask_from_avatar_mask( &mut self, layer_index: impl Into<u32>, mask: impl Into<AvatarMask>, )
SetLayerMaskFromAvatarMask(u32, crate::unity_engine::avatarmask::AvatarMask) overload
Source§impl AnimationLayerMixerPlayable
impl AnimationLayerMixerPlayable
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 set_layer_mask_from_avatar_mask_method_info() -> &'static MethodInfo
pub fn create_handle_internal_method_info() -> &'static MethodInfo
pub fn set_layer_mask_from_avatar_mask_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 AnimationLayerMixerPlayable
impl Clone for AnimationLayerMixerPlayable
Source§fn clone(&self) -> AnimationLayerMixerPlayable
fn clone(&self) -> AnimationLayerMixerPlayable
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreimpl Copy for AnimationLayerMixerPlayable
Auto Trait Implementations§
impl Freeze for AnimationLayerMixerPlayable
impl RefUnwindSafe for AnimationLayerMixerPlayable
impl Send for AnimationLayerMixerPlayable
impl Sync for AnimationLayerMixerPlayable
impl Unpin for AnimationLayerMixerPlayable
impl UnwindSafe for AnimationLayerMixerPlayable
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)