FairyGUI.TouchInfo.TouchInfo C# (CSharp) 메소드

TouchInfo() 공개 메소드

public TouchInfo ( ) : System.Collections.Generic
리턴 System.Collections.Generic
		public TouchInfo()
		{
			evt = new InputEvent();
			downTargets = new List<DisplayObject>();
			touchEndMonitors = new List<EventDispatcher>();
			Reset();
		}