示例#1
0
 public EaseCustomState(EaseCustom action, Node target) : base(action, target)
 {
     EaseFunc = action.EaseFunc;
 }
示例#2
0
文件: EaseCustom.cs 项目: Zamir7/urho
		public EaseCustomState (EaseCustom action, Node target) : base (action, target)
		{
			EaseFunc = action.EaseFunc;
		}