大约有 3,176 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0071 秒)
Laya_社区(2392) Laya3.0_api(242) Laya2.0_文档(138) Laya2.0_api(136) laya_api(135) Laya3.0_文档(63) Laya_示例(52) Laya2.0_示例(18)
...MeshSprite3D; box.transform.rotate(new Laya.Vector3(0, 45, 0), false, false); var material: Laya.BlinnPhongMaterial = new Laya.BlinnPhongMaterial(); Laya.Texture2D.load("res/layabox.png", Laya.Handler.create(null, function (tex: Laya.Texture2D) { ...
来源: Laya_社区 发布时间: 20190126
...read-only] 获取在场景中是否激活。 Node destroyed : Boolean = false[只读]是否已经销毁。对象销毁后不能再使用。Node displayedInStage : Boolean[read-only] 表示是否在显示列表中显示。Node name : String节点名称。Node numChildren : int[read-only] ...
来源: Laya2.0_api 发布时间: 20190513
... 3)); camera.transform.rotate(new Laya.Vector3(0, 0, 0), true, false); camera.clearColor = null; //添加自定义模型 var mesh = scene.addChild(new Laya.Sprite3D.load("res/dg/dg.lh")); mesh.once(Laya.Event.HIERARCHY_LOADED, null, function (sprite) ...
来源: Laya_社区 发布时间: 20170718
...onsole.log('onStartDragPicture e', e); } 返回的信息: Event _stoped: false currentTarget: Stage {focus: null, designWidth: 1307, designHeight: 758, canvasRotation: false, canvasDegree: 0, …} nativeEvent: MouseEvent {isTrusted: true, screenX: 906, screenY: 460, clientX: 457, clientY: 278, …...
来源: Laya_社区 发布时间: 20181022
...译的,编译参数"${project_loc}\.actionScriptProperties;iflash=false;outlaya=true;windowshow=false;chromerun=false;quickcompile=true" cuixueying • 2017-07-19 15:55 我编译没有问题,你重新创建一个项目看看,如果还不行,可以找下管理员帮你远程看下...
来源: Laya_社区 发布时间: 20170719
...(0, 0.7, 1.3)); camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); camera.addComponent(CameraMoveScript); var directionLight = this.scene.addChild(new Laya.DirectionLight()); directionLight.direction = new Laya.Vector3(0, -0.8, -1); directionLight.color = new Laya.Vector3(1, 1, 1); v...
来源: Laya_示例 发布时间: 20241118
...。 canclose参数用来控制这个webview是否能被关掉: 设置为false时: 代码如下: document.addEventListener('touchstart',()=>{ if(conch){ var l = 50; var t = 50; var w = window.innerWidth - l * 2; var h = window.innerHeight - t * 2; conch.setExternalLinkEx('http://www.layabox.co...
来源: Laya3.0_文档 发布时间: 20230303
...atcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher[override] 取消指定处理器对陀螺仪的监视。 Gyroscope offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦听器。 EventDispatcher ...
来源: laya_api 发布时间: 20170929
...类型是否有侦听者,如果有侦听者则值为 true,否则值为 false。 */ event(type: string, data: any = null) 用于派发事件,例如我们可以在代码中来派发一个CLICK事件 : //侦听ui按钮点击事件 this.uiBtn.on(Laya.Event.CLICK, this, () => { //点击后,打...
来源: Laya3.0_文档 发布时间: 20241014
...默认为打开 ``` typescript({ check: false, //Set to false to avoid doing any diagnostic checks on the code tsconfigOverride:{compilerOptions:{removeComments: true}} }), ``` 改为: typescript({ ...
来源: Laya_社区 发布时间: 20191011