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

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

1671. [BUG]刚体约束问题,移动后约束混乱! [ 38%]

...白部分的颜色问题 Laya2.6.0beta 物理引擎 刚体碰撞点位置获取不正确 TypeScript下HttpRequest发送Post请求有Bug? IDE1.7.8 json图集加载问题 自从layaflash起,就一直存在的bug 关于逻辑贞更新间隔机制、时间和其他一些Timer相关的问题 (此问...

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

1672. laya.ui.WXOpenDataViewer_API3.0 [ 37%]

...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from AnimationBase.hitTestPrior Defined in lay...

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

1673. laya.ui.AdvImage_API3.0 [ 36%]

...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from AnimationBase.hitTestPrior Defined in lay...

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

1674. laya.d3.core.trail.TrailMaterial_API3.0 [ 36%]

...tring Inherited from Resource.url Defined in laya/resource/Resource.ts:107 获取资源的URL地址。 uuid uuid: string Inherited from Resource.uuid Defined in laya/resource/Resource.ts:109 获取资源的UUID。 Static ALPHATESTVALUE ALPHATESTVALUE: number Inherited from Material.ALPHATESTVALUE De...

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

1675. Byte二进制读写(JavaScript-LayaAir基础篇(JS)-数据与通信) [ 34%]

...);//清除所有数据归零。 ``` - **getSystemEndian()**:string[static] 获取系统的字节存储顺序。 ```typescript console.log(Laya.Byte.getSystemEndian());//打印系统的字节顺序 ``` - ### 属性 - **BIG_ENDIAN** : string= bigEndian[static] 表示多字节数字的最高有效字...

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

1676. laya.d3.core.material.EffectMaterial_API3.0 [ 34%]

...tring Inherited from Resource.url Defined in laya/resource/Resource.ts:107 获取资源的URL地址。 uuid uuid: string Inherited from Resource.uuid Defined in laya/resource/Resource.ts:109 获取资源的UUID。 Static ALPHATESTVALUE ALPHATESTVALUE: number Inherited from Material.ALPHATESTVALUE De...

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

1677. 使用对象池重复使用skeleton报错,请问有解决方案吗?谢谢 [ 34%]

...mp = new Laya.Templet(); temp.parseData(xxx, xxx, 0);   // 从对象池中获取skeleton const skeleton = Laya.Pool.getItemByClass('abc', Laya.Skeleton); skeleton.init(temp, 0);   // skeleton使用完放入对象池 Laya.Pool.recover('abc', skeleton);   报错信息: laya.core.js:6194 Uncaught ...

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

1678. Byte二进制读写(ActionScript-LayaAir基础篇(AS3)-数据与通信) [ 34%]

...);//清除所有数据归零。 ``` - **getSystemEndian()**:String[static] 获取系统的字节存储顺序。 ```typescript trace(Byte.getSystemEndian());//打印系统的字节顺序 ``` - ### 属性 - **BIG_ENDIAN** : String= bigEndian[static] 表示多字节数字的最高有效字节位于字...

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

1679. laya.d3.core.material.Material_API3.0 [ 34%]

...tring Inherited from Resource.url Defined in laya/resource/Resource.ts:107 获取资源的URL地址。 uuid uuid: string Inherited from Resource.uuid Defined in laya/resource/Resource.ts:109 获取资源的UUID。 Static ALPHATESTVALUE ALPHATESTVALUE: number Defined in laya/d3/core/material/Material...

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

1680. Byte二进制读写(TypeScript-LayaAir基础篇(TS)-数据与通信) [ 34%]

...);//清除所有数据归零。 ``` - **getSystemEndian()**:string[static] 获取系统的字节存储顺序。 ```typescript console.log(Laya.Byte.getSystemEndian());//打印系统的字节顺序 ``` - ### 属性 - **BIG_ENDIAN** : string= bigEndian[static] 表示多字节数字的最高有效字...

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