예제 #1
0
파일: EaseElastic.cs 프로젝트: yrest/urho
 public EaseElasticState(EaseElastic action, Node target) : base(action, target)
 {
     Period = action.Period;
 }
예제 #2
0
파일: EaseElastic.cs 프로젝트: Zamir7/urho
		public EaseElasticState (EaseElastic action, Node target) : base (action, target)
		{
			Period = action.Period;
		}