Struct rin::blender::ActionControllerBuilder [−][src]
pub struct ActionControllerBuilder<A> { /* fields omitted */ }
Implementations
impl<A> ActionControllerBuilder<A> where
A: Borrow<Action>,
[src]
impl<A> ActionControllerBuilder<A> where
A: Borrow<Action>,
[src]pub fn new(action: A) -> ActionControllerBuilder<A>
[src]
pub fn loop_action(self) -> ActionControllerBuilder<A>
[src]
pub fn root_motion(
self,
root_motion: RootMotionRemove
) -> ActionControllerBuilder<A>
[src]
self,
root_motion: RootMotionRemove
) -> ActionControllerBuilder<A>
pub fn build(self) -> ActionController<A>
[src]
Auto Trait Implementations
impl<A> RefUnwindSafe for ActionControllerBuilder<A> where
A: RefUnwindSafe,
A: RefUnwindSafe,
impl<A> Send for ActionControllerBuilder<A> where
A: Send,
A: Send,
impl<A> Sync for ActionControllerBuilder<A> where
A: Sync,
A: Sync,
impl<A> Unpin for ActionControllerBuilder<A> where
A: Unpin,
A: Unpin,
impl<A> UnwindSafe for ActionControllerBuilder<A> where
A: UnwindSafe,
A: UnwindSafe,
Blanket Implementations
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]pub fn to_subset(&self) -> Option<SS>
[src]
pub fn is_in_subset(&self) -> bool
[src]
pub fn to_subset_unchecked(&self) -> SS
[src]
pub fn from_subset(element: &SS) -> SP
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]