입니다. 저는 haxe와 haxeflixel으로 코딩 했었 습니다만, 버튼에 대한 API를 보면 두 가지 유형이 있다는 것을 알았습니다. 나는 온라인의 예를 볼 때 http://api.haxeflixel.com/flixel/ui/FlxButton.html이 http://api.haxeflixel.com/flixel/ui/FlxTypedButton.html , 그들은FlxTypedButton <T>과 FlaxButton의 차이점은 Haxe와 Haxeflixel
var button:FlxButton = new FlxButton(50, 50, "Click here", OnClickButton);
add(button);
하지만 같은 버튼을 선언 typedbutton 버튼의 차이점은 무엇입니까? "타이프"접두사는 무엇을 의미합니까?
는
주시고 감사합니다 (또한, 무엇을. 스프라이트 버튼에 대한 특별 http://api.haxeflixel.com/flixel/ui/FlxSpriteButton.html).