FlxUIText の変更点


[[API Reference]] > [[flixel.addons.ui]] > [[FlxUIText]]

* [[FlxUIText]] [#t31cb3ee]
基本のテキストフィールドをシンプルに拡張したクラスです

* スーパークラス [#c233e6d5]
FlxText

----
#contents
----

* フィールド [#n962cb49]
**broadcastToFlxUI:Bool = true : ??? [#sd6b2c6f]
**minimumHeight:Float = 1 : ??? [#o7635b57]
**params:Array<Dynamic> : ??? [#a607202c]
**minimumHeight:Float = 1 : ??? [#ua415bab]
**minimumHeight:Float = 1 : 衝突領域(height)の最小の高さ [#ua415bab]
**id:String : 識別ID [#jca211cd]

* メソッド [#qde17176]
**new() : コンストラクタ [#wca2c341]
- 引数
-- X:Float = 0 : 座標(X)
-- Y:Float = 0 : 座標(Y)
-- FieldWidth:Float = 0 : 描画領域の幅
-- ?Text:String : テキスト文字列
-- Size:Int = 8 : フォントサイズ
-- EmbeddedFont:Bool = true : 組み込みフォントを使うかどうか