大约有 11,331 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0138 秒)
Laya_社区(10657) Laya3.0_文档(243) Laya2.0_文档(201) Laya3.0_api(118) laya_api(36) Laya2.0_api(29) Laya_示例(27) Laya2.0_示例(20)
...属性,场景里的对象会自动同步,无需手动 node.props.x = 100; //修改组件属性,场景里的对象会自动同步,无需手动 node.getComponent("MeshRenderer").props.enabled = false; 2、调用节点/组件的一个方法,并返回值。例如: //下面是UI进程代码 /...
来源: Laya3.0_文档 发布时间: 20251010
...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
...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
..._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
.../创建一个 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
... 赞同来自: 第二个参数: 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
...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
...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
...行正常。qq工具不行。 求救 2020-01-11 添加评论 已悬赏10元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 156*****180 赞同来自: 自己找到一个现象以及临时解决方案: >>现象: 微信开...
来源: Laya_社区 发布时间: 20200111
... 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