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

大约有 2,159 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0056 秒)

1351. 模拟石头下落过程不明抖动 [ 64%]

...始化顶层游戏类 */ // laya.utils.Stat.show(0,0); // window.onerror = function(message,url,line){ // alert("执行" + url + "文件中的第" + line + "行代码出错,错误信息:" + message); // }; // Game.inst.start(); setInterval( this.addball.bind( this ),500); } public addball(){ for...

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

1352. laya.html.XMLUtils_API3.0 [ 63%]

...odeString getBool getFloat getInt getString Legend Object literal Variable Function Type alias Class Class with type parameter Enumeration Interface Static method

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

1353. 材质-BlinnPhong-反射贴图 [ 63%]

..., -0.7071067); teapot2.meshFilter.sharedMesh.once(Laya.Event.LOADED, this, function () { var material = teapot2.meshRender.material; //反射贴图 material.reflectTexture = textureCube; }); Laya.timer.frameLoop(1, this, function () { teapot1.transform.rotate(this.rotation, false); teapot2.transform...

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

1354. 鼠标交互-Hold [ 63%]

...间为1秒 private var ape:Sprite; private var isApeHold:Boolean; public function Interaction_Hold() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.sca...

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

1355. laya.net.Socket_API3.0 [ 63%]

...则值为 true;否则,值为 false。 off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删除...

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

1356. laya.d3.renderobjs.nativeobj.NativeCullPassBase_API3.0 [ 63%]

...Info cullByShadowCullInfo cullingSpotShadow Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface

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

1357. laya.resource.PrefabImpl_API3.0 [ 63%]

...建 Parameters url: string Returns boolean off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删...

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

1358. laya.d3.core.particleshuriken.module.RotationOverLifetime_API3.0 [ 63%]

...ss with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface

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

1359. laya.d3.core.Avatar_API3.0 [ 63%]

...建 Parameters url: string Returns boolean off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删...

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

1360. UI-Button [ 63%]

... var xOffset:int; private var yOffset:int; private var skins:Array; public function UI_Button() { // 不支持WebGL时自动切换至Canvas Laya.init(800, 600, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.sta...

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