Skip to main content

IInteractionTargetMethods

Trait IInteractionTargetMethods 

Source
pub trait IInteractionTargetMethods: IInteractionTarget {
    // Provided methods
    fn open_user_manual(self) { ... }
    fn open_script_reference(self) { ... }
    fn open_tutorial1(self) { ... }
    fn open_tutorial2(self) { ... }
    fn open_tutorial3(self) { ... }
    fn open_tutorial4(self) { ... }
    fn support_group(self) { ... }
    fn as_thread(self) { ... }
    fn get_value(
        self,
        curve_type: impl Into<InteractionObject_WeightCurve_Type>,
    ) -> f32 { ... }
    fn reset_rotation(self) { ... }
    fn rotate_to(self, bone: impl Into<Transform>) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn open_user_manual(self)

OpenUserManual() overload

Source

fn open_script_reference(self)

OpenScriptReference() overload

Source

fn open_tutorial1(self)

OpenTutorial1() overload

Source

fn open_tutorial2(self)

OpenTutorial2() overload

Source

fn open_tutorial3(self)

OpenTutorial3() overload

Source

fn open_tutorial4(self)

OpenTutorial4() overload

Source

fn support_group(self)

SupportGroup() overload

Source

fn as_thread(self)

ASThread() overload

Source

fn get_value( self, curve_type: impl Into<InteractionObject_WeightCurve_Type>, ) -> f32

GetValue(crate::root_motion::final_ik::interactionobject::InteractionObject_WeightCurve_Type) overload

Source

fn reset_rotation(self)

ResetRotation() overload

Source

fn rotate_to(self, bone: impl Into<Transform>)

RotateTo(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: IInteractionTarget> IInteractionTargetMethods for __T

Available on crate feature root_motion-final_ik-interactiontarget only.