Exemplo n.º 1
0
 static Curve()
 {
     Adapters[typeof(float)]   = new NumericAnimatorAdapter();
     Adapters[typeof(Vector2)] = new Vector2AnimatorAdapter();
 }
Exemplo n.º 2
0
 static CurveEditorPane()
 {
     adapters[typeof(float)]   = new NumericAnimatorAdapter();
     adapters[typeof(Vector2)] = new Vector2AnimatorAdapter();
 }