Skip to main content

IEditorIKPoseMethods

Trait IEditorIKPoseMethods 

Source
pub trait IEditorIKPoseMethods: IEditorIKPose {
    // Provided methods
    fn get_pose_stored(self) -> bool { ... }
    fn store(self, t: impl Into<Array<Transform>>) { ... }
    fn restore(self, t: impl Into<Array<Transform>>) -> bool { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_pose_stored(self) -> bool

get_poseStored() overload

Source

fn store(self, t: impl Into<Array<Transform>>)

Store(::unity::Array<crate::unity_engine::transform::Transform>) overload

Source

fn restore(self, t: impl Into<Array<Transform>>) -> bool

Restore(::unity::Array<crate::unity_engine::transform::Transform>) overload

Source

fn ctor(self)

.ctor() overload

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<__T: IEditorIKPose> IEditorIKPoseMethods for __T

Available on crate feature root_motion-final_ik-editorikpose only.