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

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

831. 混合模式-Lighter [ 84%]

...showall"; Laya.stage.bgColor = "#232628"; this.setup(); } private setup(): void { this.createPhoenixes(); // 动态背景渲染 this.evalBgColor(); Laya.timer.frameLoop(1, this, this.renderBg); } private createPhoenixes(): void { var scaleFactor: number = Math.min( Laya.stage.width / (this.phoenixWi...

来源: Laya_示例 发布时间: 20241119

832. laya.d3.component.staticmesh.StaticBatchMesh_API3.0 [ 84%]

.../d3/component/staticmesh/StaticBatchMesh.ts:162 Methods destroy destroy(): void Defined in laya/d3/component/staticmesh/StaticBatchMesh.ts:179 Returns void setBuffer setBuffer(vertex: VertexBuffer3D, index: IndexBuffer3D): void Defined in laya/d3/component/staticmesh/StaticBatchMesh.ts:170 Parameter...

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

833. laya.d3.component.AvatarMask_API3.0 [ 84%]

...47 克隆。 Returns any 克隆副本。 cloneTo cloneTo(destObject: any): void Defined in laya/d3/component/AvatarMask.ts:56 克隆。 Parameters destObject: any 克隆源。 Returns void getAllTranfromPath getAllTranfromPath(): {} Defined in laya/d3/component/AvatarMask.ts:39 获得遮罩信息 Re...

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

834. UI-ProgressBar [ 83%]

...], Handler.create(this, this.onLoadComplete)); } private onLoadComplete(): void { this.progressBar = new ProgressBar("res/ui/progressBar.png"); this.progressBar.width = 400; this.progressBar.x = (Laya.stage.width - this.progressBar.width) / 2; this.progressBar.y = Laya.stage.height / 2; this.progres...

来源: Laya2.0_示例 发布时间: 20241119

835. 计时器-间隔循环 [ 83%]

..._SHOWALL; Laya.stage.bgColor = "#232628"; this.setup(); } private setup(): void { var vGap: number = 200; this.rotateTimeBasedText = this.createText("基于时间旋转", Laya.stage.width / 2, (Laya.stage.height - vGap) / 2); this.rotateFrameRateBasedText = this.createText("基于帧频旋转", this...

来源: Laya_示例 发布时间: 20241119

836. laya.components.Component [ 83%]

...Component() 创建一个新的 Component 实例。 Component  destroy():void 销毁组件 Component  onReset():void 重置组件参数到默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复...

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

837. laya.d3.component.volume.reflectionprobe.ReflectionProbeManager_API3.0 [ 83%]

...Probe(): ReflectionProbe set sceneReflectionProbe(value: ReflectionProbe): void Defined in laya/d3/component/Volume/reflectionProbe/ReflectionProbeManager.ts:37 Scene Reflection Returns ReflectionProbe Defined in laya/d3/component/Volume/reflectionProbe/ReflectionProbeManager.ts:32 Scene Reflection ...

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

838. 混合模式-Lighter [ 83%]

...showall"; Laya.stage.bgColor = "#232628"; this.setup(); } private setup(): void { this.createPhoenixes(); // 动态背景渲染 this.evalBgColor(); Laya.timer.frameLoop(1, this, this.renderBg); } private createPhoenixes(): void { var scaleFactor: number = Math.min( Laya.stage.width / (this.phoenixWi...

来源: Laya2.0_示例 发布时间: 20241119

839. websocket请教下,服务器发送过来的数据怎么获取 [ 83%]

...发送过来的数据怎么获取 private openHandler(event: any = null): void { console.log(`平台 正确建立连接`); this.socket.send("getScore"); } private receiveHandler(msg: any = null,data): void { console.log(`接收到数据触发函数:` + msg); /////////////////////////////////////////...

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

840. laya.d3.terrain.TerrainFilter [ 83%]

...ntext3D):Boolean[override] TerrainFilter  _render(state:RenderContext3D):void[override] TerrainFilter  calcLeafBoudingBox(worldMatrix:Matrix4x4):voidTerrainFilter  calcLeafBoudingSphere(worldMatrix:Matrix4x4, maxScale:Number):voidTerrainFilter  calcOriginalBoudingBoxAndSphere():voidTerrainFi...

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