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

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

341. laya.utils.PerformancePlugin_API3.0 [ 73%]

...cessors enable enableDataExport Methods begainSample endSample expoertFile setPerformanceDataTool showFunSampleFun Properties Static PERFORMANCE_LAYA PERFORMANCE_LAYA: string = "Laya" Defined in laya/utils/Performance.ts:6 Static PERFORMANCE_LAYA_2D PERFORMANCE_LAYA_2D: string = "Laya/2D" Defined in...

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

342. LayaAirJS_1.7.14引擎问题。(3D模型) [ 73%]

...在以下个问题 (带粒子效果的图) Uncaught TypeError: Cannot set property '0' of undefined     at AnimationTransform3D.__proto.getWorldMatrix (laya.d3.js:17969)     at AnimationTransform3D.__proto.getWorldMatrix (laya.d3.js:17965)     at SkinnedMeshRender.__proto._renderUpdate (la...

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

343. laya.ui.List [ 73%]

...格鼠标事件处理器(默认返回参数e:Event,index:int)。List mouseThrough : Boolean = false 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件的捕获阶段,此阶段引擎会从stage开始递归检测stage及其子对象,直到找到命中的目...

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

344. LayaAirIDE_1.7.6_beta 按F5发布任务配置问题 [ 73%]

...里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 问题状态 最新活动: 2017-06-05 20:27 浏览: 1097 关注: 2 人

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

345. laya.particle.emitter.EmitterBase_API3.0 [ 73%]

...粒子最小时间间隔 Accessors emissionRate get emissionRate(): number set emissionRate(_emissionRate: number): void Defined in laya/particle/emitter/EmitterBase.ts:50 获取粒子发射速率 Returns number 发射速率 粒子发射速率 (个/秒) Defined in laya/particle/emitter/EmitterBase.t...

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

346. laya.d3.renderobjs.nativeobj.NativeBounds_API3.0 [ 73%]

...alculateBoundsintersection clone cloneTo getCenter getExtent getMax getMin setCenter setExtent setMax setMin Constructors constructor new NativeBounds(min?: Vector3, max?: Vector3): NativeBounds Defined in laya/d3/RenderObjs/NativeOBJ/NativeBounds.ts:139 创建一个 Bounds 实例。 Parameters Opti...

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

347. 射线形状检测shapeCastAll返回的检测结果只第一次有效 [ 73%]

...pTransform1; var sweepShape = shape._btShape; out.length = 0; bt.btVector3_setValue(convexPosFrom, -fromPosition.x, fromPosition.y, fromPosition.z); bt.btVector3_setValue(convexPosTo, -toPosition.x, toPosition.y, toPosition.z); bt.ConvexResultCallback_set_m_collisionFilterGroup(convexResultCall, col...

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

348. laya.ui.ScrollBar [ 73%]

...动,否则为水平滚动。 默认值为:true。 ScrollBar  lastOffset : Number[read-only] ScrollBar left : Number 从组件左边到其内容区域左边之间的水平距离(以像素为单位)。 UIComponent mask : Sprite 遮罩,可以设置一个对象(支持位图和矢量图),...

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

349. laya.effect.EffectBase_API3.0 [ 73%]

...arget Accessors awaked destroyed enabled hideFlags id Methods _initialize _setOwner destroy hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostRender onPreRender onReset onStart onUpdate Constructors constructor new EffectBase(): EffectBase Inherited from Component.construct...

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

350. EffectMaterial设置texture强制debugger [ 73%]

...   *获取贴图。     *@return 贴图。     */     __getset(0,__proto,'texture',function(){         return this._shaderValues.getTexture(1);         },function(value){         debugger;         if (value)             this._defineDatas.add...

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