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

大约有 4,006 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0084 秒)

3871. 关于LayaAir IDE使用工具图集打包无生成文件的问题 [ 41%]

...层,因为输出目录是和导入的目录一样 Michael • 2018-07-29 22:10 我已经套了一层,但还是无效 yinglei999 • 2017-11-08 18:17 非常感谢,虽然根据你的上个回答提示,自己尝试已经做好了。实际最后的使用方法我也写出来了,便于碰到这...

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

3872. QQ玩一玩Image无法显示Base64图片 Retry to load: data:image/png;base64, [ 41%]

...n2YfYl9m32zx3MHBId1jt0O3xydHXMdmxwvOuk4TTDqcSpw+lXZxtnoXOd8zUXpkuQyxKXdpcXU22niqdun3rLleUa7rrStdP1o5u7m9yt2W3U3cw9xX2r+00umxvJXcM970H08PdY4nHM452nm6fC85DnL152Xlle+70eT7OcJp7WMG3I28Rb4L3Le2A6Pj1l+s7pAz7GPgKfep+Hvqa+It89viN+1n6Zfgf8nvs7+sv9j/i/4XnyFvFOBWABwQHlAb2BGoGzA2sDHwSZBKUHNQWNBbsGLww+FUIMCQ1ZH3...

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

3873. laya.d3.renderobjs.renderobj.InstanceRenderElementOBJ_API3.0 [ 41%]

...OBJ._transform Defined in laya/d3/RenderObjs/RenderObj/RenderElementOBJ.ts:22 drawCount drawCount: number Defined in laya/d3/RenderObjs/RenderObj/InstanceRenderElementOBJ.ts:16 updateNums updateNums: number Defined in laya/d3/RenderObjs/RenderObj/InstanceRenderElementOBJ.ts:18 Methods _addShaderInst...

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

3874. laya.d3.physicscannon.shape.CannonCompoundColliderShape_API3.0 [ 41%]

...ctor Defined in laya/d3/physicsCannon/shape/CannonCompoundColliderShape.ts:22 创建一个新的 CompoundColliderShape 实例。 Returns CannonCompoundColliderShape Properties needsCustomCollisionCallback needsCustomCollisionCallback: boolean = false Inherited from CannonColliderShape.needsCustomCol...

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

3875. layaAir工具UI问题汇总 [ 41%]

...或者打开 开发人员工具 看下有没有报错 yung • 2016-08-24 22:39 多谢反馈,可以改进 cuixueying • 2016-12-26 19:39 已经支持多选 cuixueying • 2016-08-24 17:43 这个问题确实存在,目前我们正在想方案解决,有好的实现方式我们会及时优化,...

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

3876. laya.d3.graphics.VertexBuffer3D_API3.0 [ 41%]

...rtexBuffer.vertexDeclaration Defined in laya/d3/graphics/VertexBuffer3D.ts:22 获取顶点声明。 Returns VertexDeclaration | null Overrides VertexBuffer.vertexDeclaration Defined in laya/d3/graphics/VertexBuffer3D.ts:26 获取顶点声明。 Parameters value: VertexDeclaration | null Returns void...

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

3877. Laya.Loader.getRes("xxx.png")取出来的资源为什么是Texture2D,不是Texture [ 41%]

...;anonymous> (file:///D:/zxl/2.0_stable/lfGame2.0/bin/js/bundle.js:11663:22) at EventHandler.run (file:///D:/zxl/2.0_stable/lfGame2.0/bin/libs/laya.core.js:986:38) at Animation.event (file:///D:/zxl/2.0_stable/lfGame2.0/bin/libs/laya.core.js:1038:68) at Animation._frameLoop (file:///D:/zxl/2.0_sta...

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

3878. laya.d3.graphics.IndexBuffer3D_API3.0 [ 41%]

... indexTypeByteCount(): number Defined in laya/d3/graphics/IndexBuffer3D.ts:22 索引类型字节数量。 Returns number Methods _setIndexData _setIndexData(data: number): void _setIndexData(data: Uint32Array | Uint16Array | Uint8Array, bufferOffset: number): void Inherited from IndexBuffer._setInde...

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

3879. laya.events.InputManager_API3.0 [ 41%]

... mouseEventsEnabled: boolean = true Defined in laya/events/InputManager.ts:22 是否开启鼠标/触摸事件,默认为true Static mouseX mouseX: number = 0 Defined in laya/events/InputManager.ts:29 canvas 上的鼠标X坐标。 Static mouseY mouseY: number = 0 Defined in laya/events/InputManager....

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

3880. stage.clientScaleX/Y这个值有什么用呢? [ 41%]

...缩放的倍数,然后来改变背景的大小 godssl • 2017-08-18 16:22 @Monica: 其实我追踪过你们的源码.... 在屏幕适配之后第二次计算值(就是上面截图第二个箭头)就是我想要的值... 关键是那次计算我感觉只是做了屏幕适配这个动作, 而没有...

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