Struct SignalsInAnimationMixer
pub struct SignalsInAnimationMixer<'c> { /* private fields */ }
Expand description
A collection of signals for the AnimationMixer
class.
Implementations§
§impl<'c> SignalsInAnimationMixer<'c>
impl<'c> SignalsInAnimationMixer<'c>
pub fn animation_list_changed(&mut self) -> SigAnimationListChanged<'c>
pub fn animation_list_changed(&mut self) -> SigAnimationListChanged<'c>
Signature: ()
pub fn animation_libraries_updated(
&mut self,
) -> SigAnimationLibrariesUpdated<'c>
pub fn animation_libraries_updated( &mut self, ) -> SigAnimationLibrariesUpdated<'c>
Signature: ()
pub fn animation_finished(&mut self) -> SigAnimationFinished<'c>
pub fn animation_finished(&mut self) -> SigAnimationFinished<'c>
Signature: (anim_name: StringName)
pub fn animation_started(&mut self) -> SigAnimationStarted<'c>
pub fn animation_started(&mut self) -> SigAnimationStarted<'c>
Signature: (anim_name: StringName)
pub fn caches_cleared(&mut self) -> SigCachesCleared<'c>
pub fn caches_cleared(&mut self) -> SigCachesCleared<'c>
Signature: ()
pub fn mixer_applied(&mut self) -> SigMixerApplied<'c>
pub fn mixer_applied(&mut self) -> SigMixerApplied<'c>
Signature: ()
pub fn mixer_updated(&mut self) -> SigMixerUpdated<'c>
pub fn mixer_updated(&mut self) -> SigMixerUpdated<'c>
Signature: ()
Auto Trait Implementations§
impl<'c> Freeze for SignalsInAnimationMixer<'c>
impl<'c> RefUnwindSafe for SignalsInAnimationMixer<'c>
impl<'c> !Send for SignalsInAnimationMixer<'c>
impl<'c> !Sync for SignalsInAnimationMixer<'c>
impl<'c> Unpin for SignalsInAnimationMixer<'c>
impl<'c> !UnwindSafe for SignalsInAnimationMixer<'c>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more