Axiom.Demos.TechDemo.IfKeyPressed C# (CSharp) Méthode

IfKeyPressed() protected méthode

protected IfKeyPressed ( KeyCodes key, KeyPressCommand command ) : void
key KeyCodes
command KeyPressCommand
Résultat void
		protected void IfKeyPressed( KeyCodes key, KeyPressCommand command )
		{
			IfKeyPressed( key, 0.5f, command );
		}

Same methods

TechDemo::IfKeyPressed ( KeyCodes key, float delay, KeyPressCommand command ) : void