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

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

301. ts加密md5码封装 [ 81%]

...t: any[] = target.map( (_, index: number) => index % step === 0 ? Array.from(Array(step).keys()).map((x: number) => target[index + x]) : [] ) .filter((x: any[]) => x.length > 0); if (markString) result = result.map((x: any[]) => x.join("")) return result; } padding(str: string | any[]...

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

302. 粒子属性详解(ActionScript-3D基础(AS3)-LayaAir3D之粒子系统) [ 81%]

...发射器的体积和形状。 1. `Sphere` 球 1. *Radius* 半径 2. *Emit from shell* 根据壳发射 3. *Randomize Direction* 随机化方向 2. `Hemisphere` 半球形状 1. *Radius* 半径 2. *Emit from shell* 根据壳发射 3. *Randomize Direction* 随机化方向 3. `cone` 锥形 1. *Angle* ...

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

303. laya.d3.core.render.InstanceRenderElement_API3.0 [ 81%]

...derElement Properties _batchElement _batchElement: RenderElement Inherited from RenderElement._batchElement Defined in laya/d3/core/render/RenderElement.ts:49 _renderElementOBJ _renderElementOBJ: IRenderElement Inherited from RenderElement._renderElementOBJ Defined in laya/d3/core/render/RenderEleme...

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

304. laya.d3.physics.PhysicsSimulation [ 80%]

...oolean 射线检测所有碰撞的物体。 PhysicsSimulation  raycastAllFromTo(from:Vector3, to:Vector3, out:Vector.<HitResult>, collisonGroup:int, collisionMask:int):Boolean 射线检测所有碰撞的物体。 PhysicsSimulation  raycastFromTo(from:Vector3, to:Vector3, out:HitResult = nu...

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

305. LayaAir 2.0 TS版编译出错GameConfig跟创建项目时生成的内容不一致了 [ 80%]

...ated by LayaAirIDE, please do not make any modifications. */ import GameUI from "./script/GameUI" import GameControl from "./script/GameControl" import Bullet from "./script/Bullet" import DropBox from "./script/DropBox" /* * 游戏初始化配置; */ export default class GameConfig{ static width:nu...

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

306. laya.d3.core.render.posteffect.GaussianDoF_API3.0 [ 80%]

...rs active get active(): boolean set active(value: boolean): void Inherited from PostProcessEffect.active Defined in laya/d3/core/render/PostProcessEffect.ts:35 是否开启 Returns boolean Inherited from PostProcessEffect.active Defined in laya/d3/core/render/PostProcessEffect.ts:39 是否开启 Par...

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

307. laya.d3.core.render.BloomEffect_API3.0 [ 79%]

...rs active get active(): boolean set active(value: boolean): void Inherited from PostProcessEffect.active Defined in laya/d3/core/render/PostProcessEffect.ts:34 是否开启 Returns boolean Inherited from PostProcessEffect.active Defined in laya/d3/core/render/PostProcessEffect.ts:38 是否开启 Par...

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

308. layaMaxUI.js export ui bug (影响编译) [ 79%]

...来自: 在Main.js中,将引用ui的语句删掉即可。 ``` import ui from "./ui/layaMaxUI"; ``` 在5月份的demo项目调整中,这句话已经去掉了,你应该是用的旧IDE新建的项目。 2019-08-14 0 3 分享 微博 QZONE 微信 叔年心~厌世 赞同来自: 在这里 demo_open...

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

309. laya.d3.core.render.posteffect.ScalableAO_API3.0 [ 79%]

...rs active get active(): boolean set active(value: boolean): void Inherited from PostProcessEffect.active Defined in laya/d3/core/render/PostProcessEffect.ts:35 是否开启 Returns boolean Inherited from PostProcessEffect.active Defined in laya/d3/core/render/PostProcessEffect.ts:39 是否开启 Par...

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

310. laya.utils.TimeLine [ 79%]

...ent(type:String, data:* = null):Boolean 派发事件。 EventDispatcher  from(target:*, props:Object, duration:Number, ease:Function = null, offset:Number = 0):TimeLine 从 props 属性,缓动到当前状态。 TimeLine  from(target:*, props:Object, duration:Number, ease:Function = null, offse...

来源: laya_api 发布时间: 20170929