大约有 149 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0046 秒)
Laya_社区(94) Laya3.0_api(22) Laya2.0_文档(11) Laya2.0_示例(6) Laya_示例(6) Laya3.0_文档(4) laya_api(3) Laya2.0_api(3)
...demo:([demo地址]())。 ```typescript var material:BlinnPhongMaterial = new BlinnPhongMaterial(); //漫反射贴图 Texture2D.load("res/threeDimen/texture/earth.png", Handler.create(this, function(texture:Texture2D):void { //设置材质纹理 material.albedoTexture = texture; })); //material.alb...
来源: Laya2.0_文档 发布时间: 20210714
...<Very long string[28528381]>,encoding=216041A1 <undefined>) 2: new constructor(aka Buffer) [buffer.js:~75] [pc=7B6A4B9C](this=7AE742C1 <a Buffer with map 3D42E605>,arg=7AE742AD <Very long string[28528381]>,encodingOrOffset=216041A1 <undefined>,length=216041A1 <undefi...
来源: Laya_社区 发布时间: 20191225
...t;html> <head> </head> <body> <script> var ws = new WebSocket("wss://login.huanxi.twbuyu.com:27777"); ws.onopen = function() { alert("connect success~"); ws.send('tom'); alert("send to server msg: tom"); }; ws.onmessage = function(e) { alert("accpet msg: " + e.data); }; ws...
来源: Laya_社区 发布时间: 20181018
...op timerOnce toParentPoint updateZOrder fromImage Constructors constructor new TileAniSprite(): TileAniSprite Inherited from Sprite.constructor Overrides Node.constructor Defined in laya/display/Sprite.ts:296 Returns TileAniSprite Properties Optional _extra _extra: INodeExtra Inherited from Node._ex...
来源: Laya3.0_api 发布时间: 20231115
...tends ui.test.TestSceneUI { private mat1: Laya.BlinnPhongMaterial; private newScene: Laya.Scene3D; private sMapRes = "remote/model/res/Conventional/map1.ls" private sBullRes = "remote/model/res/Conventional/bull.lh" private sEnemyRes = "remote/model/res/Conventional/man_1.lh" constructor() { super()...
来源: Laya_社区 发布时间: 20200720
...onstructor() { } static run(callBack, caller, time) { new MachineCtrl(); } }; __name(funzzzzz, "funzzzzz"); // src/CtrlBase.ts var { regClass, property } = Laya; var CtrlBase = class extends Laya.Script { constructor() { super(); } ...
来源: Laya_社区 发布时间: 20230608
...te setParamsBool setParamsNumber setParamsTrigger Constructors constructor new Animator(): Animator Overrides Component.constructor Defined in laya/d3/component/Animator/Animator.ts:164 创建一个 Animation 实例。 Returns Animator Properties _controller _controller: AnimatorController Defined i...
来源: Laya3.0_api 发布时间: 20231115
...aDepthTextureModeFlag release __initDefine__ init Constructors constructor new ColorGradEffect(): ColorGradEffect Overrides PostProcessEffect.constructor Defined in laya/d3/core/render/PostEffect/ColorGradEffect.ts:499 创建一个 BloomEffect 实例。 Returns ColorGradEffect Properties _lutTex _lu...
来源: Laya3.0_api 发布时间: 20231115
...console.warn = console.log; console.error = console.log; } this._message = new Message(); this._package = new Package(); this.socket = null; this.callbacks = {}; this.handlers = {}; // Map from request id to route this.routeMap = {}; this.heartbeatInterval = 0; this.heartbeatTimeout = 0; this.nextHe...
来源: Laya_社区 发布时间: 20180119
...keys.map(function(key) { return scope[key]; })); // eslint-disable-line no-new-func 出来这个错误: WAGame.js:3 gameThirdScriptError Cannot read property 'apply' of undefined;at api readFile success callback function TypeError: Cannot read property 'apply' of undefined at Function.eof (h...
来源: Laya_社区 发布时间: 20180302