예제 #1
0
파일: Curve.cs 프로젝트: klenin/Citrus
 static Curve()
 {
     Adapters[typeof(float)]   = new NumericAnimatorAdapter();
     Adapters[typeof(Vector2)] = new Vector2AnimatorAdapter();
 }
예제 #2
0
 static CurveEditorPane()
 {
     adapters[typeof(float)]   = new NumericAnimatorAdapter();
     adapters[typeof(Vector2)] = new Vector2AnimatorAdapter();
 }