大约有 377 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0067 秒)
... json图集加载问题 TypeScript下HttpRequest发送Post请求有Bug? 富文本下划线绘制bug Animation 的createFrames 使用已经加载的图集缓存动画失败 微信小游戏与加载图片时不会触发erroe事件 打包出来后的APP打开加载速度过慢,有黑屏,如何加...
来源: Laya_社区 发布时间: 20180622
...laya/ui/Label" Label Class Label Label 类用于创建显示对象以显示文本。 example 以下示例代码,创建了一个 Label 实例。 package { import laya.ui.Label; public class Label_Example { public function Label_Example() { Laya.init(640, 800);//设置游戏画布宽高、渲染模...
来源: Laya3.0_api 发布时间: 20231115
...put Class TextInput TextInput 类用于创建显示对象以显示和输入文本。 example 以下示例代码,创建了一个 TextInput 实例。 package { import laya.display.Stage; import laya.ui.TextInput; import laya.utils.Handler; public class TextInput_Example { public function TextInput_E...
来源: Laya3.0_api 发布时间: 20231115
...tArea Class TextArea TextArea 类用于创建显示对象以显示和输入文本。 example 以下示例代码,创建了一个 TextArea 实例。 package { import laya.ui.TextArea; import laya.utils.Handler; public class TextArea_Example { public function TextArea_Example() { Laya.init(640, 800);...
来源: Laya3.0_api 发布时间: 20231115
...1917用户 相关问题 TypeScript下HttpRequest发送Post请求有Bug? 富文本下划线绘制bug LayaAir2.61 测试版 物理引擎bug 百分百 复现 【BUG备忘录】关于Tween动画无法正常作用问题-解决办法 1.7.20beta有bug,帧属性面板打不开 关于2D物理碰撞无法...
来源: Laya_社区 发布时间: 20190906
...g.GameWidth,Config.GameHeight,"#000000"); this.addChild(this.bg); //loading文本 this.txt = new Text(); this.txt.color = "#ffffff"; this.txt.fontSize = 30; this.txt.text = "Loading"; this.txt.width = Config.GameWidth; this.txt.align = "center"; this.txt.y = (Config.GameHeight - this.txt.height) * 0...
来源: Laya_社区 发布时间: 20160803
...--JS版】---Lv.6 终篇 分享,扩展Laya.Text组件实现简单的富文本 关于layaIDE 用js 与服务器通过socket建立长连接有没有简单的事例? 技术文档那个简单3D例子 as3源码资源有吗?打网球那个哈 我把3d高级部分里的简单场景案例和3d基础...
来源: Laya_社区 发布时间: 20160801