示例#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();
 }