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

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

1. laya.d3.core.render.BloomEffect [ 100%]

...Properties PropertyDefined By  anamorphicRatio : Number 获取形变比,通过扭曲泛光产生视觉上形变,负值为垂直扭曲,正值为水平扭曲。 BloomEffect  clamp : Number = 65472.0限制泛光像素的数量,该值在伽马空间。BloomEffect  color : Color泛光颜色。Bloo...

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

2. laya.net.URL [ 98%]

...加载资源的时候,会自动调用formatURL函数格式化URL路径 通过basePath属性可以设置网络基础路径 通过设置customFormat函数,可以自定义URL格式化的方式 除了默认的通过增加后缀的格式化外,通过VersionManager类,可以开启IDE提供的,...

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

3. laya.utils.Browser [ 98%]

... clientHeight : Number[static] [read-only] 浏览器窗口可视高度。 通过分析浏览器信息获得。浏览器多个属性值优先级为:window.innerHeight(包含滚动条高度) > document.body.clientHeight(不包含滚动条高度) > document.documentElement.clientHeight(不包...

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

4. laya.physics.RigidBody [ 97%]

...lass RigidBodyInheritanceRigidBody Component Object 2D刚体,显示对象通过RigidBody和物理世界进行绑定,保持物理和显示对象之间的位置同步 物理世界的位置变化会自动同步到显示对象,显示对象本身的位移,旋转(父对象位移无效)也会...

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

5. laya.d3.core.particleShuriKen.ShurikenParticleSystem [ 94%]

...urikenParticleSystem  simulate(time:Number, restart:Boolean = true):void 通过指定时间增加粒子播放进度,并暂停播放。 ShurikenParticleSystem  stop():void 停止发射粒子。 ShurikenParticleSystemProperty DetailaliveParticleCountpropertyaliveParticleCount:int  [read-only] ...

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

6. laya.display.BitmapFont [ 91%]

...容的宽度。 BitmapFont  loadFont(path:String, complete:Handler):void 通过指定位图字体文件路径,加载位图字体文件,加载完成后会自动解析。 BitmapFont  parseFont(xml:XmlDom, texture:Texture):void 解析字体文件。 BitmapFont  parseFont2(xml:XmlDom, texture:...

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

7. laya.ui.ScrollBar [ 89%]

...call。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值为0-1,设置anchorY值最终通过pivotY值来改变节点轴心点。UIComponent  autoHide : Boolean = false一个布尔值,指定是...

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

8. laya.utils.PerfHUD [ 88%]

...想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cacheAs : String 指定显示对象是否缓存为静态图...

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

9. laya.resource.Texture2D [ 88%]

...uctParams:Array = null):Texture2D[static] Texture2D generateMipmap():void 通过基础数据生成mipMap。 BaseTexture  getPixels():Uint8Array 返回图片像素。 Texture2D  load(url:String, complete:Handler):void[static] 加载Texture2D。 Texture2D  loadImageSource(source:*, premultiplyA...

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

10. laya.d3.math.Rand [ 88%]

...kagelaya.d3.mathClasspublic class RandInheritanceRand Object Rand 类用于通过32位无符号整型随机种子创建随机数。 Public Properties PropertyDefined By  seed : uint 获取随机种子。 Rand  seeds : Uint32Array获取随机种子。RandPublic Methods  MethodDefined By  Rand...

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