大约有 2,727 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0060 秒)
Laya_社区(1131) Laya3.0_api(543) Laya2.0_api(297) laya_api(221) Laya2.0_文档(201) Laya_示例(139) Laya2.0_示例(109) Laya3.0_文档(86)
...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
.../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
...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
...], 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
..._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
...Component() 创建一个新的 Component 实例。 Component destroy():void 销毁组件 Component onReset():void 重置组件参数到默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复...
来源: Laya2.0_api 发布时间: 20190513
...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
...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
...发送过来的数据怎么获取 private openHandler(event: any = null): void { console.log(`平台 正确建立连接`); this.socket.send("getScore"); } private receiveHandler(msg: any = null,data): void { console.log(`接收到数据触发函数:` + msg); /////////////////////////////////////////...
来源: Laya_社区 发布时间: 20180424
...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