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

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

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

...ult class BindSkeleton extends Laya.Skeleton { private __bindList:BindSource[]; constructor(){ super(); this.__bindList=[]; }  /** * 绑定 * @param source */ bind(source:BindSource):void{ let index:number=this.__bindList.indexOf(source); if(index<0){ this.__bindList.push(source); } this...

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

2. laya.d3.math.Viewport [ 99%]

...例。 Viewport  cloneTo(out:Viewport):void 克隆 Viewport  project(source:Vector3, matrix:Matrix4x4, out:Vector3):void 变换一个三维向量。 Viewport  project1(source:Vector3, matrix:Matrix4x4, out:Vector3):voidViewport  unprojectFromMat(source:Vector3, matrix:Matrix4x4, out:Vector3)...

来源: Laya2.0_api 发布时间: 20190513

3. laya.d3.core.render.command.CommandBuffer_API3.0 [ 97%]

...令 Parameters command: Command Returns void blitScreenQuad blitScreenQuad(source: BaseTexture, dest: RenderTexture, offsetScale?: Vector4, shader?: Shader3D, shaderData?: ShaderData, subShader?: number): void Defined in laya/d3/core/render/command/CommandBuffer.ts:266 添加一条通过全屏四边...

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

4. SpineSkeleton.source置空报错 [ 97%]

SpineSkeleton.source置空报错 SpineSkeleton在资源加载完成之前把source置空会报错 Resource.isCreateFromURL应该要有个空判断吧! 附件 : --> 2023-06-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 ...

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

5. 【已解决】加载ls报Source is too large [ 97%]

【已解决】加载ls报Source is too large 在LayaAir上报Source is too large, 不懂如何解决 附件 : --> 2018-12-04 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 题主自己...

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

6. laya.d3.math.Viewport [ 97%]

...Number, height:Number) 创建一个 Viewport 实例。 Viewport  project(source:Vector3, matrix:Matrix4x4, out:Vector3):void 变换一个三维向量。 Viewport  unprojectFromMat(source:Vector3, matrix:Matrix4x4, out:Vector3):void 反变换一个三维向量。 Viewport  unprojectFromWVP(sour...

来源: laya_api 发布时间: 20170929

7. Animation怎么使用.atlas文件,直接拖到source上不行 [ 96%]

Animation怎么使用.atlas文件,直接拖到source上不行 提示接收多选图片和.json和.ani 2017-06-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 不太明白你的操作...

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

8. 运行白屏TypeError: Cannot read property 'source' of undefined [ 96%]

运行白屏TypeError: Cannot read property 'source' of undefined 运行显示错误TypeError:Cannot read property 'source' of undefined 运行白屏截图 &怀疑类库有问题:类库管理的路径/bin是两杠//bin,更改不了 附件 : --> 2019-09-27 添加评论 悬赏 --> 分享 微...

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

9. Laya.Animation 代码修改source会导致动画不显示 [ 96%]

Laya.Animation 代码修改source会导致动画不显示   2019-03-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 请提供示例demo 加描述,不然无法得知具体情况 2019-...

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

10. typescipt在一定范围内加载图片按照等比排列 [ 95%]

...;   function onImgListRender(box: Laya.Box) {     let model = box.dataSource;     let panel = box.getChildByName('panel') as Laya.Panel;     let img = panel.getChildByName('img') as Laya.Image;      img.skin = model;     let reset = function () {         let source = im...

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