コード例 #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();
 }