static Curve() { Adapters[typeof(float)] = new NumericAnimatorAdapter(); Adapters[typeof(Vector2)] = new Vector2AnimatorAdapter(); }
static CurveEditorPane() { adapters[typeof(float)] = new NumericAnimatorAdapter(); adapters[typeof(Vector2)] = new Vector2AnimatorAdapter(); }