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

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§