コード例 #1
0
ファイル: EaseExponentialOut.cs プロジェクト: aurodev/urho
 public EaseExponentialOutState(EaseExponentialOut action, Node target) : base(action, target)
 {
 }
コード例 #2
0
ファイル: EaseExponentialOut.cs プロジェクト: Zamir7/urho
		public EaseExponentialOutState (EaseExponentialOut action, Node target) : base (action, target)
		{
		}