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

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

1. laya.d3.math.Bounds_API3.0 [ 100%]

...Protected All Inherited Externals Only exported Menu Globals "laya/d3/math/Bounds" Bounds Class Bounds Bounds 类用于创建包围体。 Hierarchy Bounds Implements IClone Index Constructors constructor Accessors max min Methods calculateBoundsintersection clone cloneTo getBoundBox getCenter getCor...

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

2. laya.d3.core.Bounds_API3.0 [ 99%]

...Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/Bounds" Bounds Class Bounds Bounds 类用于创建包围体。 Hierarchy Bounds Implements IClone Index Constructors constructor Properties _boundBox TEMP_VECTOR3_MAX0 TEMP_VECTOR3_MAX1 Methods calculateBoundsintersection clo...

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

3. laya.d3.core.Bounds [ 98%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames BoundsMethods Packagelaya.d3.coreClasspublic class BoundsInheritanceBounds ObjectImplements laya.d3.core.IClone Bounds 类用于创建包围体。 Public Methods  MethodDefined By  Bounds(min:Vector3, max:Vector3) 创建...

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

4. laya的drawToTexture太坑 [ 93%]

...源码如下, 我要画一个view的残影, 就叫shadow吧:   let bounds = view.getSelfBounds(); let texture = view.drawToTexture(bounds.width, bounds.height, -bounds.x + view.x, -bounds.y + view.y) as laya.resource.Texture; shadow.graphics.drawTexture(texture, bounds.x, bounds....

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

5. laya.d3.renderobjs.nativeobj.NativeBaseRenderNode_API3.0 [ 92%]

...enderNode Index Constructors constructor Properties sortingFudge Accessors bounds boundsChange castShadow distanceForSort geometryBounds layer owner receiveShadow renderId renderbitFlag staticMask transform Constructors constructor new NativeBaseRenderNode(): NativeBaseRenderNode Defined in laya/d3/...

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

6. readUTFBytes error - Out of bounds [ 92%]

readUTFBytes error - Out of bounds /** *@private *读字符串,必须是 writeUTFBytes 方法写入的字符串。 *@param len 要读的buffer长度,默认将读取缓冲区全部数据。 *@return 读取的字符串。 */ __proto.readUTFBytes=function(len){ (len===void 0)&& (len=-1); i...

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

7. 龙骨动画报 “Offset is outside the bounds of the DataView” [ 91%]

龙骨动画报 “Offset is outside the bounds of the DataView” 我之前开发的是1.5.2的版本,官网上1.5.2的版本下载不了,我用1.5.3版本的ide导出龙骨动画,加载龙骨动画 Laya.loader.getRes时报“Offset is outside the bounds of the DataView”请问怎么解决...

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

8. 字节跳动平台报 Uncaught getUint16 error - Out of bounds错误 [ 91%]

字节跳动平台报 Uncaught getUint16 error - Out of bounds错误 字节跳动小游戏平台报如下的错误 Uncaught getUint16 error - Out of bounds 大家有遇到过吗,有啥解决办法的? 附件 : --> 2019-12-31 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...

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

9. 体积全局照明 · LayaAir3.0文档 · LAYABOX [ 91%]

...GI概述2.Volumetric GI组件2.1 创建一个Volumetric GI组件2.2 Volume Bound2.3 Volumetric GI 具体参数Volumetric GI 1.Volumetric GI概述 体积全局照明(Volumetric GI)是指计算机图形学中使用的一种技术,用于模拟光与参与介质(如雾、烟或体积云)的相...

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

10. 动画实例在调用含有名字参数的时候获取不到边界 [ 91%]

...不到边界 示例代码 : let ani = new Animation(); ani.play(); let bounds=ani.getGraphicsBounds(); 这段能获取到图片边界即大小 但是如梦是这样调用的: ani.play(0,"true","somename") 这样调用后就获取不到边界了 这肯定是个bug! 这样的话在调用图集打...

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