• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 339 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0067 秒)

141. laya.ui.Clip_API3.0 [ 65%]

...caleY scene scrollRect sizeGrid skewX skewY skin sources stage staticCache texture timer toolTip top total transform url viewport visible width x y zOrder Methods _initialize _processActive _setHeight _setSkin _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent ca...

来源: Laya3.0_api 发布时间: 20231115

142. laya.ui.TextArea [ 65%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames TextAreaProperties | Methods | Events Packagelaya.uiClasspublic class TextAreaInheritanceTextArea TextInput Label Component Sprite Node EventDispatcher Object TextArea 类用于创建显示对象以显示和输入文本。...

来源: laya_api 发布时间: 20170929

143. laya.ui.FontClip_API3.0 [ 65%]

...ct sheet sizeGrid skewX skewY skin sources spaceX spaceY stage staticCache texture timer toolTip top total transform url value viewport visible width x y zOrder Methods _initialize _processActive _setHeight _setSkin _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEv...

来源: Laya3.0_api 发布时间: 20231115

144. JSON文件加载成功后,怎么解析成Object对象 [ 65%]

...档类): --------------------------------package { import laya.display.Text; import laya.net.Loader; import laya.utils.Handler; /** * ... * @author OttoChen */ public class TestMain { private var txt:Text = null; public function TestMain() { Laya.init(800, 800); txt = new Text(); txt.mouseEnabled ...

来源: Laya_社区 发布时间: 20180227

145. laya.ui.Dialog_API3.0 [ 65%]

...ation scaleX scaleY scene scene3D scrollRect skewX skewY stage staticCache texture timer top transform url viewport visible width x y zOrder manager root Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer close contai...

来源: Laya3.0_api 发布时间: 20231115

146. layabox与java交互 [ 65%]

...口 class GameMain{ constructor() { Laya.init(600,400); let hh = new Laya.Text(); hh.text = "laya安卓项目2"; hh.pos(Laya.stage.width / 2 , Laya.stage.height / 2); hh.fontSize = 20; hh.color = "red"; Laya.stage.addChild(hh); } } new GameMain(); var sData={type:"test"}; window.conchMarket.login(JS...

来源: Laya_社区 发布时间: 20171129

147. Sprite中的width,height和size(width,height)感觉没作用啊 [ 64%]

...变加载图片的大小是无效的,不过你可以通过先clear在drawTexture的方法设置下,代码如下: var sprite = new laya.display.Sprite(); sprite.loadImage("comp/bg.png",0,0,0,0,Handler.create(this,function(texture:laya.resource.Texture){         sprite.graphics.clear();  ...

来源: Laya_社区 发布时间: 20160711

148. mac下用FB打包发布测试页面,chrome浏览器看不到预期显示文字 [ 64%]

...le is not defined.   代码如下: package {     import laya.display.Text;     public class LayaAirTest     {         public function LayaAirTest()         {             Laya.init(600, 300);             var txt:Text   = new Text();             txt.tex...

来源: Laya_社区 发布时间: 20170429

149. laya.ui.Label_API3.0 [ 64%]

...bel 的边距。 label.color = "#ff00ff";//设置 label 的颜色。 label.text = "Hello everyone,我是一个可爱的文本!";//设置 label 的文本内容。 label.x = 100;//设置 label 对象的属性 x 的值,用于控制 label 对象的显示位置。 label.y = 100;//设置 label 对象...

来源: Laya3.0_api 发布时间: 20231115

150. laya.ui.TextArea [ 64%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames TextAreaProperties | Methods | Events Packagelaya.uiClasspublic class TextAreaInheritanceTextArea TextInput Label UIComponent Sprite Node EventDispatcher Object TextArea 类用于创建显示对象以显示和输入文本...

来源: Laya2.0_api 发布时间: 20190513