Exemplo n.º 1
0
 public EaseElasticState(EaseElastic action, Node target) : base(action, target)
 {
     Period = action.Period;
 }
Exemplo n.º 2
0
		public EaseElasticState (EaseElastic action, Node target) : base (action, target)
		{
			Period = action.Period;
		}