說明:
顯示文字。
示例:
var label:Label = new Label();
label.text = "Hello World";
label.x=100;
label.y=100;
this.addChild( label );
效果:

更多說明參考:
http://wiki.starling-framework.org/feathers/label
說明:
顯示文字。
示例:
var label:Label = new Label();
label.text = "Hello World";
label.x=100;
label.y=100;
this.addChild( label );
效果:
更多說明參考:
http://wiki.starling-framework.org/feathers/label