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

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

2261. laya.physics.joint.PulleyJoint_API3.0 [ 35%]

...able onLateUpdate onPostRender onPreRender onReset onStart onUpdate Legend Object literal Variable Function Type alias Inherited constructor Inherited property Inherited method Inherited accessor Class Class with type parameter Property Enumeration Interface

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

2262. 混合模式-Lighter [ 35%]

...en(); private var gradientInterval:int = 2000; private var bgColorChannels:Object = {r: 99, g: 0, b: 0xFF}; public function BlendMode_Lighter() { // 不支持WebGL时自动切换至Canvas Laya.init(phoenixWidth * 2, phoenixHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = S...

来源: Laya_示例 发布时间: 20260303

2263. laya.utils.PerformancePlugin_API3.0 [ 35%]

...ample endSample expoertFile setPerformanceDataTool showFunSampleFun Legend Object literal Variable Function Type alias Class Class with type parameter Static property Static method Enumeration Interface

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

2264. SVG渐变精灵的扩展脚本继承了多个精灵, 在safari环境下重叠了渲染 [ 35%]

... Star 相关问题 红米K20pro 多个手指同时按下就会报这个错 object has in SimpleSingletonList iphoneX环境下新手引导的抠图透明区域为黑色,其它机型都是正常的。 我用list.array=Array;数据全部插进去数组里了,但是list中没有完全展示数组数...

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

2265. 混合模式-Lighter [ 35%]

...en(); private var gradientInterval:int = 2000; private var bgColorChannels:Object = {r: 99, g: 0, b: 0xFF}; public function BlendMode_Lighter() { // 不支持WebGL时自动切换至Canvas Laya.init(phoenixWidth * 2, phoenixHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = S...

来源: Laya2.0_示例 发布时间: 20260303

2266. laya.physics.joint.WeldJoint_API3.0 [ 35%]

...able onLateUpdate onPostRender onPreRender onReset onStart onUpdate Legend Object literal Variable Function Type alias Class Class with type parameter Property Accessor Inherited constructor Inherited property Inherited method Inherited accessor Enumeration Interface

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

2267. laya.d3.math.Matrix3x3_API3.0 [ 35%]

...Matrix3x3.ts:371 克隆。 Returns any 克隆副本。 cloneTo cloneTo(destObject: any): void Defined in laya/d3/math/Matrix3x3.ts:353 克隆。 Parameters destObject: any 克隆源。 Returns void determinant determinant(): number Defined in laya/d3/math/Matrix3x3.ts:179 计算3x3矩阵的行列式...

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

2268. 关于微信小游戏关系链的问题 [ 35%]

...nvas模式,微信小游戏限制 __JS__('wx').onMessage(function(message:Object):void{ //通过接收主域的消息来设置开发数据域的画布大小跟矩阵信息 __JS__('sharedCanvas').width = message.data.width; __JS__('sharedCanvas').height = message.data.height; trace("----------------...

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

2269. Laya2.0编译后所有js都自动合并到bundle.js中,导致bundle.js过大,加载速度很慢,bundle.js可以拆分吗 [ 35%]

...interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */     // "preserveSymlinks": true,              /* Do not resolve the real path of symlinks. */     /* Source Map Options */     // "sourceRoot": ...

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

2270. laya.maths.Rectangle [ 35%]

...onstants Packagelaya.mathsClasspublic class RectangleInheritanceRectangle Object Rectangle 对象是按其位置(由它左上角的点 (x, y) 确定)以及宽度和高度定义的区域。 Rectangle 类的 x、y、width 和 height 属性相互独立;更改一个属性的值不会影响其他...

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