大约有 217 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0068 秒)
...override] 创建并添加控件子节点。 Image initialize():void 控件初始化。 Component onCompResize():void 父容器的 Event.RESIZE 事件侦听处理函数。 Component preinitialize():void 预初始化。 Component resetLayoutX():void 重置对象的 X 轴(水平方向)布局。...
来源: laya_api 发布时间: 20170929
...VR模式的UI按钮,通过侦听按钮的点击来进入VR模式。 /** 初始化XR */ async initXR(){ //创建一个webXR的摄像机 let caInfo : WebXRCameraInfo = new WebXRCameraInfo(); //设置远裁面 caInfo.depthFar = this.camera.farPlane; //设置近裁面 caInfo.depthNear = this.camera.ne...
来源: Laya3.0_文档 发布时间: 20230303
...override] 创建并添加控件子节点。 Image initialize():void 控件初始化。 UIComponent measureHeight():Number[override] 显示对象的实际显示区域高度(以像素为单位)。 Image measureWidth():Number[override] 显示对象的实际显示区域宽度(以像素为...
来源: Laya2.0_api 发布时间: 20190513
...er,speed:Number,hitRadius:Number,camp:Number,heroType:Number = 0):void { //初始化属性 this.type = type; this.hp = hp; this.speed = speed; this.hitRadius = hitRadius; this.camp = camp; this.heroType = heroType; if(!Role.cacheAs) { Role.cacheAs = true; //缓存飞机飞行动画 Animation.createF...
来源: Laya_社区 发布时间: 20170420
...WebGL; var sp; (function() { //初始化舞台,不支持WebGL时自动切换至Canvas Laya.init(500, 300, WebGL); drawSomething(); })(); function drawSomething() { sp = new ...
来源: Laya2.0_文档 发布时间: 20210715
...`` 完整的示例代码如下: **入口类GameMain.js** ```javascript //初始化引擎 Laya.init(600, 400); //设置舞台背景色 Laya.stage.bgColor = "#ffffff"; //加载图集成功后,执行onLoaded回调方法 Laya.loader.load("res/atlas/ui.atlas", Laya.Handler.create(this, onLoaded)); fu...
来源: Laya2.0_文档 发布时间: 20210715
... 人 离殇一曲与谁眠 • 2019-03-22 10:08 还有其他用户数据的初始化完成才算全部结束 coldnight888 • 2017-05-21 22:50 714667950@qq.com a864323432 • 2017-05-12 20:44 说错了,是附件执行不了 栗子猫大王 • 2019-01-16 14:26 貌似文件加载失败进度条也...
来源: Laya_社区 发布时间: 20160509
...并添加控件子节点。 TextInput initialize():void[override] 控件初始化。 TextInput measureHeight():Number[override] 显示对象的实际显示区域高度(以像素为单位)。 Label measureWidth():Number[override] 显示对象的实际显示区域宽度(以像素为单位...
来源: Laya2.0_api 发布时间: 20190513
...eMain.ts** ```typescript // 程序入口 class GameMain{ constructor() { //初始化引擎 Laya.init(1334,750,Laya.WebGL); //设置舞台背景色 Laya.stage.bgColor = "#ffffff"; //加载图集成功后,执行onLoaded回调方法 Laya.loader.load("res/atlas/ui.atlas",Laya.Handler.create(this,this....
来源: Laya2.0_文档 发布时间: 20210715
...并添加控件子节点。 TextInput initialize():void[override] 控件初始化。 TextInput onCompResize():void 父容器的 Event.RESIZE 事件侦听处理函数。 Component preinitialize():void[override] 预初始化。 TextInput resetLayoutX():void 重置对象的 X 轴(水平方向...
来源: laya_api 发布时间: 20170929