Exemplo n.º 1
0
Arquivo: Hide.cs Projeto: Zamir7/urho
		public HideState (Hide action, Node target)
			: base (action, target)
		{   
			target.Enabled = false;
		}
Exemplo n.º 2
0
Arquivo: Hide.cs Projeto: yrest/urho
 public HideState(Hide action, Node target)
     : base(action, target)
 {
     target.Enabled = false;
 }