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§
Sourcefn get_pose_stored(self) -> bool
fn get_pose_stored(self) -> bool
get_poseStored() overload
Sourcefn store(self, t: impl Into<Array<Transform>>)
fn store(self, t: impl Into<Array<Transform>>)
Store(::unity::Array<crate::unity_engine::transform::Transform>) 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§
impl<__T: IEditorIKPose> IEditorIKPoseMethods for __T
Available on crate feature
root_motion-final_ik-editorikpose only.