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

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

751. LayaAir引擎特性简介(TypeScript-简介篇(TS)-LayaAir引擎简介) [ 50%]

...但必须在游戏加载页或首页的任意可见位置注明:Powered by LayaAir Engine,否则须下架线上产品直到停止引擎的使用。 ### 强力的技术支持 LayaAir引擎提供了强力的技术支持,包括官网文档、微信公众号、官网问答社区、在线视频教...

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

752. laya.maths.Matrix [ 50%]

...定位)、旋转、缩放和倾斜。 Public Properties PropertyDefined By  a : Number缩放或旋转图像时影响像素沿 x 轴定位的值。Matrix  b : Number旋转或倾斜图像时影响像素沿 y 轴定位的值。Matrix  c : Number旋转或倾斜图像时影响像素沿 x 轴定...

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

753. laya.d3.math.Vector4 [ 50%]

... Vector4 类用于创建四维向量。 Public Properties PropertyDefined By  elements : *四维向量元素数组Vector4  ONE : Vector4[static] Vector4  UnitW : Vector4[static] Vector4  UnitX : Vector4[static] Vector4  UnitY : Vector4[static] Vector4  UnitZ : Vector4[static] Vector4 ...

来源: laya_api 发布时间: 20170929

754. laya.particle.ParticleSetting [ 50%]

...cleSettings 类是粒子配置数据类 Public Properties PropertyDefined By  ageAddScale : Number = 0如果大于0,某些粒子的持续时间会小于其他粒子,并具有随机性(单位:无)ParticleSetting  blendState : int = 0混合模式,待调整,引擎中暂无BlendState抽象P...

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

755. laya.ui.ScrollBar [ 50%]

...erited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会...

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

756. 请问例子特效导出时报错? TypeLoadException: Could not load type 'MainModule'. [ 50%]

...od.cs:222) Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation. System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /User...

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

757. Unity 导出预设报错 [ 50%]

...od.cs:222) Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation. System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /User...

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

758. laya.ui.Button [ 50%]

...erited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX轴锚点,值为0-1Component anchorY : NumberY轴锚点,值为0-1Component autoSize ...

来源: laya_api 发布时间: 20170929

759. laya.d3.resource.models.PrimitiveMesh [ 50%]

...rimitiveMesh 类用于创建简单网格。 Public Methods  MethodDefined By  createBox(long:Number = 1, height:int = 1, width:Number = 1):Mesh[static] 创建Box网格。 PrimitiveMesh  createCapsule(radius:Number = 0.5, height:Number = 2, stacks:int = 16, slices:int = 32):Mesh[static] 创建...

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

760. 如何让发布后的H5加载资源用src或href指向本地路径,而不是网络请求 [ 50%]

...ry/release/web/res/atlas/option.atlas' from origin 'null' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https.   load(url) {             var me = this;             url = URL.formatU...

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