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

大约有 11,331 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0138 秒)

11181. 插件开发说明 · LayaAir3.4 · 引擎文档 · LAYABOX [ 39%]

...属性,场景里的对象会自动同步,无需手动 node.props.x = 100; //修改组件属性,场景里的对象会自动同步,无需手动 node.getComponent("MeshRenderer").props.enabled = false; 2、调用节点/组件的一个方法,并返回值。例如: //下面是UI进程代码 /...

来源: Laya3.0_文档 发布时间: 20251010

11182. Laya 绑定显示内容到骨骼动画 [ 39%]

...ot=null;         this.parentBone=null;         this.length=10;         this.transform=null;         this.inheritScale=true;         this.inheritRotation=true;         this.rotation=NaN;         this.resultRotation=NaN;         this.d=-1...

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

11183. 请问,如何获得StandardMaterial,为什么transformUV始终是null [ 39%]

...ild(new Laya.Scene()); var camera = scene.addChild(new Laya.Camera(0, 0.1, 100)); camera.transform.translate(new Laya.Vector3(0, 0.8, 1.5)); camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); var directionLight = scene.addChild(new Laya.DirectionLight()); directionLight.color = new L...

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

11184. 某些机型drawToCanv绘图颜色变深 [ 39%]

..._webframe.setAttribute('frameborder', 0); _webframe.setAttribute('width', "100%"); _webframe.setAttribute('height', "100%"); //_webframe.setAttribute('align', "middle"); _webframe.setAttribute('scrolling', "no"); _webframe.setAttribute('position', "absolute"); _webframe.setAttribute('style', "z-inde...

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

11185. laya.ui.Image_API3.0 [ 39%]

.../创建一个 Image 类的实例对象 bg ,并传入它的皮肤。 bg.x = 100;//设置 bg 对象的属性 x 的值,用于控制 bg 对象的显示位置。 bg.y = 100;//设置 bg 对象的属性 y 的值,用于控制 bg 对象的显示位置。 bg.sizeGrid = "40,10,5,10";//设置 bg 对象的...

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

11186. Tween 缓动过程有触发回调函数么 [ 39%]

... 赞同来自: 第二个参数:  props 变化的属性列表,比如{x:100,y:20,ease:Ease.backOut,complete:Handler.create(this,onComplete),update:new Handler(this,onComplete)}。   update这个 数值改变就会触发回调,也就是过程中的回调 2018-01-09 0 1 分享 微博 QZONE 微...

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

11187. 示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function [ 39%]

...yThread: Application com.layabox.game is waiting for the debugger on port 8100... I/System.out: Sending WAIT chunk I/dalvikvm: Debugger is active I/System.out: Debugger has connected I/System.out: waiting for debugger to settle... Connected to the target VM, address: 'localhost:8600', transport: 'so...

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

11188. StaticModel_MeshSample例子运行不起来 [ 39%]

...a.Scene;         var camera = scene.addChild(new Laya.Camera(0, 0.1, 100)) as Laya.Camera;         camera.transform.translate(new Laya.Vector3(0, 0.8, 1.5));         camera.transform.rotate(new Laya.Vector3(-30, 0, 0), true, false);         var mesh = scene.addChild(new Laya....

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

11189. QQ小游戏demo跑不起来 MiniFileMgr.fs.readFile无回调 [ 39%]

...行正常。qq工具不行。 求救   2020-01-11 添加评论 已悬赏10元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 156*****180 赞同来自:   自己找到一个现象以及临时解决方案: >>现象: 微信开...

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

11190. laya.d3.core.BaseCamera [ 39%]

... MethodDefined By  BaseCamera(nearPlane:Number = 0.3, farPlane:Number = 1000) 创建一个 BaseCamera 实例。 BaseCamera _getSortID(renderElement:IRenderable, material:BaseMaterial):int 排序函数。 Sprite3D  _sortCamerasByRenderingOrder():void 通过RenderingOrder属性对摄像机机型...

来源: laya_api 发布时间: 20170929