Exemplo n.º 1
0
 public EaseCustomState(EaseCustom action, Node target) : base(action, target)
 {
     EaseFunc = action.EaseFunc;
 }
Exemplo n.º 2
0
		public EaseCustomState (EaseCustom action, Node target) : base (action, target)
		{
			EaseFunc = action.EaseFunc;
		}