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

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

891. HScrollBar属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 44%]

...50); } /***滚动条位置变化回调***/ private function onChange(value:Number):void { promptText.text= "滚动条的位置: value=" + value; } } } ```

来源: Laya2.0_文档 发布时间: 20210714

892. 设置适配SCALE_FIXED_WIDTH,结果少部分andriod机型不能正确适配屏幕 [ 44%]

...s Main {         private _roomId = 0;         constructor(roomId?: number) {             this._roomId = roomId;             Laya.init(750, 1218, Laya.WebGL);             Laya.Browser.document.title = 'GG游戏;             if (Laya.Browser.onPC) {              ...

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

893. 垂直滑动条组件 · LayaAir3.0文档 · LAYABOX [ 44%]

...r(this, this.onChange); this.owner.addChild(vs); } private onChange(value: number): void { console.log("滑块的位置:" + value); } } 运行效果: (动图2-1) Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2024-10-14 20:42:05 img{cursor:pointer}

来源: Laya3.0_文档 发布时间: 20241014

894. 水平滑动条组件 · LayaAir3.0文档 · LAYABOX [ 44%]

...r(this, this.onChange); this.owner.addChild(hs); } private onChange(value: number): void { console.log("滑块的位置:" + value); } } 运行效果: (动图2-1) Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2024-10-14 20:55:49 img{cursor:pointer}

来源: Laya3.0_文档 发布时间: 20241014

895. 使用UI组件tree时,添加的数据结构必须是xml吗?添加xml时对于tree的单元格里面的label如何控制例如visible的属性 [ 43%]

...alpha属性并赋值给Item对象 if(e._dataSource.isAlpha) { var alphaNum:Number=e._dataSource.isAlpha; e.alpha=alphaNum; }//如果未设置alpha的项,则默认透明度为1 else { e.alpha=1; } }附件已经上传,可以参考,把alpha改成你对应的visible属性即可!   TreeAlpha.rar...

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

896. Clip属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 43%]

... string = "res/ui/coutDown.png"; private counter: Clip; private currFrame: number; private controller: Button; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(800, 600, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = ...

来源: Laya2.0_文档 发布时间: 20210714

897. HScrollBar属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 43%]

...ollBar.y-50); } /***滚动条位置变化回调***/ private onChange(value:Number):void { this.promptText.text= "滚动条的位置: value=" + value; } } } new laya.UI_ScrollBar(); ```

来源: Laya2.0_文档 发布时间: 20210715

898. VScrollBar属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 43%]

...ollBar.y-50); } /***滚动条位置变化回调***/ private onChange(value:Number):void { this.promptText.text= "滚动条的位置: value=" + value; } } } new laya.UI_ScrollBar(); ```

来源: Laya2.0_文档 发布时间: 20210715

899. 3D灯光与阴影 · LayaAir3.0文档 · LAYABOX [ 42%]

...s: Vector3[] = moveScript.moveRanges; moverLights.length = 15; for (var i: number = 0; i < 15; i++) { var pointLight: Laya.Sprite3D = (<Laya.Sprite3D>this.scene.addChild(new Laya.Sprite3D())); var pointLightCom: Laya.PointLightCom = pointLight.addComponent(Laya.PointLightCom); pointLightCom...

来源: Laya3.0_文档 发布时间: 20241014

900. 下拉选项框组件 · LayaAir3.0文档 · LAYABOX [ 41%]

.../res/ui/combobox.png";//资源来自“引擎API使用示例” pageWidth: number; constructor() { super(); } // 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onAwake(): void { Laya.loader.load(this.skin).then(() => { let ComboBox: Laya.ComboB...

来源: Laya3.0_文档 发布时间: 20241014