pub trait IUIAnimationVariableCurveChangeHandler2_Impl: Sized {
    // Required method
    fn OnCurveChanged(
        &self,
        variable: Option<&IUIAnimationVariable2>,
    ) -> Result<()>;
}

Required Methods§

fn OnCurveChanged(&self, variable: Option<&IUIAnimationVariable2>) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§