大约有 554 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0159 秒)
Laya_社区(431) Laya2.0_文档(38) Laya2.0_api(37) Laya3.0_文档(26) Laya3.0_api(13) laya_api(4) Laya_示例(3) Laya2.0_示例(2)
... public init(): void { //使用之前必须先初始化 if(this.camera == null){ BlurEffect.init(); this.camera = InsManager.GetInstance()._SceneManager.player.playerCamera; //L...
来源: Laya_社区 发布时间: 20210203
...信小游戏 Android 端调整 “在屏 Canvas” 的放缩策略 native初始化的时候getExePath报错 IOS17.2(beta版本)必现 分享:适配LayaAir版本的PureMVC框架 分享:打地鼠 AS、JS、TS版本 Demo! layabox3.07版本使用纹理压缩色彩很大 layaair3.1.3版本打...
来源: Laya_社区 发布时间: 20190225
...建并添加控件子节点。 Button initialize():void[override] 控件初始化。 Button measureHeight():Number[override] 显示对象的实际显示区域高度(以像素为单位)。 Button measureWidth():Number[override] 显示对象的实际显示区域宽度(以像素为单位...
来源: Laya2.0_api 发布时间: 20190513
...oid 创建并添加控件子节点。 UIComponent initialize():void 控件初始化。 UIComponent measureHeight():Number 显示对象的实际显示区域高度(以像素为单位)。 UIComponent measureWidth():Number 显示对象的实际显示区域宽度(以像素为单位)。 UICompo...
来源: Laya2.0_api 发布时间: 20190513
...om "./ui/layaMaxUI"; class Main { constructor(){ //初始化引擎 Laya3D.init(0, 0); Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; this.upVector3 = new Laya.Vector...
来源: Laya_社区 发布时间: 20190531
...oid 创建并添加控件子节点。 UIComponent initialize():void 控件初始化。 UIComponent measureHeight():Number 显示对象的实际显示区域高度(以像素为单位)。 UIComponent measureWidth():Number 显示对象的实际显示区域宽度(以像素为单位)。 UICompo...
来源: Laya2.0_api 发布时间: 20190513
...aya.Scene; this._outHitAllInfo = new Array<Laya.RaycastHit>(); //初始化照相机 this.camera = scene.addChild(new Laya.Camera(0, 0.1, 100)) as Laya.Camera; this.camera.transform.translate(new Laya.Vector3(0, 2, 5)); this.camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false);...
来源: Laya_社区 发布时间: 20180820
...lay.Sprite); //定义RunGame的prototype var _proto = RunGame.prototype; //初始化 _proto.init = function(){ console.log('RunGame Init'); //背景 this.bg = new Background(); this.addChild(this.bg); //地板 this.mapFloor = new MapFloor(); this.addChild(this.mapFloor); //玩家 this.player = new P...
来源: Laya_社区 发布时间: 20160801
...oid 创建并添加控件子节点。 UIComponent initialize():void 控件初始化。 UIComponent measureHeight():Number 显示对象的实际显示区域高度(以像素为单位)。 UIComponent measureWidth():Number 显示对象的实际显示区域宽度(以像素为单位)。 UICompo...
来源: Laya2.0_api 发布时间: 20190513
...oid 创建并添加控件子节点。 UIComponent initialize():void 控件初始化。 UIComponent measureHeight():Number 显示对象的实际显示区域高度(以像素为单位)。 UIComponent measureWidth():Number 显示对象的实际显示区域宽度(以像素为单位)。 UICompo...
来源: Laya2.0_api 发布时间: 20190513