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

大约有 1,062 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0041 秒)

461. laya.maths.Vector4_API3.0 [ 72%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/maths/Vector4" Vector4 Class Vector4 Vector4 类用于创建四维向量。 Hierarchy Vector4 Implements IClone Index Constructors constructor P...

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

462. laya.d3.core.TransLargeUBOUtils_API3.0 [ 72%]

...Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/TransLargeUBOUtils" TransLargeUBOUtils Class TransLargeUBOUtils Hierarchy TransLargeUBOUtils Index Properties bindUBO currentlength defa...

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

463. 微信小游戏的50M物理缓存管理(TypeScript-小游戏适配文档-微信小游戏) [ 72%]

...件加载需要设置相应的编码,二进制编码为空字符串 */ public static function downLoadFile(fileUrl:String, fileType:String = "",callBack:Handler = null,encoding:String = "ascii"):void ``` #### 3、清除缓存文件 由于微信小游戏的缓存上限是50M物理空间,所以无...

来源: Laya2.0_文档 发布时间: 20210714

464. 【分享】Laya As3 Tween类的loop实现和3d简单缓动实现 [ 72%]

...的同学有所帮助。 实现功能 1 增加loop类型: loop , pingpongpublic static const LoopType_None:String = "none"; public static const LoopType_Pingpong:String = "pingpong"; public static const LoopType_Loop:String = "loop"; 2 增加简单3d缓动: Position,Scale,Rotation,Color   demo如...

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

465. 音量最大只能是1? [ 72%]

...乐音量。          * @default 1          */         public static var musicVolume:Number = 1;         /**          * 音效音量。          * @default 1          */         public static var soundVolume:Number = 1; 2018-04-26 0 0 分享 微博 QZO...

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

466. 粒子动画一直报错uncaught shader error [ 72%]

粒子动画一直报错uncaught shader error public static var vs:String = __INCLUDESTR__("files/Particle.vs"); public static var ps:String = __INCLUDESTR__("files/Particle.ps");这个2个值一直为null 2017-11-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...

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

467. laya.d3.graphics.batch.RenderElementBatch_API3.0 [ 72%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/graphics/Batch/RenderElementBatch" RenderElementBatch Class RenderElementBatch Hierarchy RenderElementBatch Index Constructors constructor Pr...

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

468. laya.html.UBBParser_API3.0 [ 72%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/html/UBBParser" UBBParser Class UBBParser Hierarchy UBBParser Index Constructors constructor Properties defaultImgHeight defaultImgWidth lastCol...

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

469. laya.display.cmd.ScaleCmd_API3.0 [ 72%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/display/cmd/ScaleCmd" ScaleCmd Class ScaleCmd 缩放命令 Hierarchy ScaleCmd Index Properties pivotX pivotY scaleX scaleY ID Methods recover Pr...

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

470. 屏幕适配失效 [ 72%]

...高不变,不缩放不变型,stage的宽高等于设计宽高。*/  public static const SCALE_NOSCALE:String = "noscale"; /**应用保持设计比例不变,全屏显示全部内容(类似showall,但showall非全屏,会有黑边),根据屏幕长宽比,自动选择使用SCALE_FIXED_WIDT...

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