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

大约有 199 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0053 秒)

191. laya.d3.component.volume.reflectionprobe.ReflectionProbe_API3.0 [ 42%]

... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...

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

192. [临时解决]bug?加载sk问题 [ 41%]

...器中拖入*.sk文件生成SkeletonPlayer节点, 然后运行时,获取那个节点产生Skeleton进行后续操作。 看了我上传项目文件吗? Laya_Aaron • 2018-06-23 16:00 你这样子操作 不能确定 骨骼动画什么时候加载成功。 看你描述我都不用...

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

193. laya.d3.physics.Rigidbody3D_API3.0 [ 41%]

... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...

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

194. (实现手指控制模型缩放旋转)触控可以识别 但是导入模型没有根据触控反应 [ 40%]

...       this._text.text = "触控点为1";             //获取当前触控点,数量为1             var touch = this._scene.input.getTouch(0);             //是否为新一次触碰,并未发生移动             if (this.first){    ...

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

195. laya.d3.core.ui3d.UI3D_API3.0 [ 40%]

... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...

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

196. 【简单跑酷--JS版】---Lv.4 添加玩家 [ 40%]

...erManager缓存中 因此 我们只要用原来单个图片路径 去获取 就能拿到对应图片纹理了 有兴趣朋友可以自己单独 弄些小图试一试~~~   好 我们刷新页面看看效果   我靠~~ 出来了。。。。 不容易啊~~~~~  歇会=-===================...

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

197. Laya多点触控是有开关吗 为什么多点触控没有任何反应 [ 38%]

...       this.text.text = "触控点为1";             //获取当前触控点,数量为1             let touch = this.scene.input.getTouch(0);             //是否为新一次触碰,并未发生移动             if (this.first){     ...

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

198. 微信小游戏提审后,提示说代码侵权 [ 28%]

...else{ //遍历读取到文件列表 files.forEach(function(filename){ //获取当前文件绝对路径 var filedir = path.join(filePath,filename); //根据文件路径获取文件信息,返回一个fs.Stats对象 fs.stat(filedir,function(eror,stats){ if(eror){ console.warn('获取文件stats...

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

199. laya.display.Sprite [ 26%]

...节点。 注意: Sprite 默认没有宽高,可以通过getBounds函数获取;也可手动设置宽高;还可以设置autoSize=true,然后再获取宽高。Sprite宽高一般用于进行碰撞检测和排版,并不影响显示图像大小,如果需要更改显示图像大小,请...

来源: laya_api 发布时间: 20170929