大约有 119 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0040 秒)
...t = scene.addChild(new DirectionLight()) as DirectionLight; //加载模型 Sprite3D.load("res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh", Handler.create(null, function(sp:Sprite3D):void { //将模型加到场景上 var layaMonkey:Sprite3D = scene.addChild(sp) as Sprite3D; })) ``` 编译运行上...
来源: Laya2.0_文档 发布时间: 20210715
...运行时 找不到类的定义!这是为什么? 已上传 Demo 附件 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale TS项目使用matter.js库无智能提示 微信小游戏:HTMLDivElement的使用 使用3D时候,Property 'getComponentByType' does not exist on...
来源: Laya_社区 发布时间: 20171214
... 在unity场景中有粒子特效和摄像机。导出lh后在laya中使用Sprite3D加载,怎么样才能去修改Unity中摄像机物体的坐标,或者粒子特效根节点的坐标 ?我现在场景里面的根节点不是摄像机也不是物体坐标 yaorao • 2018-03-27 17:45 @yaorao:我...
来源: Laya_社区 发布时间: 20180327
...什么? 已上传 Demo 附件 TS项目使用matter.js库无智能提示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏:HTMLDivElement的使用 LayaAirIDE下如何使用mask...
来源: Laya_社区 发布时间: 20170515
3D资源如何释放 加载的sprite3D如何正确的释放,有没有统一的方式。 Loader.create方法添加来的贴图资源,怎么释放销毁? 附件 : --> TestLaya.zip 2017-12-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...
来源: Laya_社区 发布时间: 20171205
...回复被折叠 要回复问题请先登录 发起人 ltmking 相关问题 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 缓动Tween能用在3D物体或者特效上面吗? 用二的幂次方图集和非二的幂次方图集区别在哪? Animator 如何获取当前...
来源: Laya_社区 发布时间: 20191224
...lass() export class NewScript extends Laya.Script { //declare owner : Laya.Sprite3D; @property({ type: Laya.Text }) txt: Laya.Text; constructor() { super(); } onAwake(): void { this.txt.text = "第{n=1}页"; //显示文本的初始化内容 } onStart(): void { let page: number = 1; Laya.timer.frameL...
来源: Laya3.0_文档 发布时间: 20241014
...好,现在好像还没解决? 183*****755 • 2018-02-01 21:07 通过sprite3D.transform.pivot即可修改
来源: Laya_社区 发布时间: 20161012
...egClass() export class Script extends Laya.Script { //declare owner : Laya.Sprite3D; @property({ type: Laya.Scene3D }) scene3d: Laya.Scene3D; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 */ onAwake(): void { //...
来源: Laya3.0_文档 发布时间: 20241014
...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? matter中layasprite怎么改变图片...
来源: Laya_社区 发布时间: 20170113