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

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

871. laya.d3.renderobjs.nativeobj.NativeCullPassBase_API3.0 [ 71%]

...ByShadowCullInfo cullingSpotShadow Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface

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

872. 请教下微信小游戏的内存和数据缓存? [ 71%]

...rray<any> = [ { url: hyip+"res/atlas/comp/01_shouye.json", type: Loader.ATLAS }, { url: hyip+"res/atlas/comp/02_zhujiemian.json", type: Loader.ATLAS }, { url: hyip+"res/atlas/comp/30_loading.json", type: Loader.ATLAS }, ]; Laya.loader.load(resArray, Laya.Handler.c...

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

873. laya.d3.core.particleshuriken.module.RotationOverLifetime_API3.0 [ 71%]

...e constructor enable angularVelocity clone cloneTo Legend Class Class with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface

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

874. laya.ui.Box [ 71%]

...域的属性为:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。 Sprite mouseX : Number[read-only] 返回鼠标在此对象坐标系上的 X 轴坐标信息。 Sprite mouseY : Number[read-only] 返回鼠标在此对象坐标系...

来源: laya_api 发布时间: 20170929

875. 请问ByteBuffer怎么使用? [ 71%]

...看工程里有 bytebuffer.js , 我也在index.html 里添加了<script type="text/javascript" src="libs/byteBuffer.js"></script>,但是还是用不了这个类 2017-06-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接...

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

876. laya.d3.core.particleshuriken.module.GradientDataInt_API3.0 [ 70%]

...or gradientCount add clone cloneTo Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface

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

877. 加载多个protobuf文件报错 [ 70%]

...  var assets:Array = [];    assets.push( { url:"protobuf/user.proto", type:Loader.TEXT } );    assets.push( { url:"protobuf/bag.proto", type:Loader.TEXT } );        Laya.loader.load(assets, Handler.create(this, onAssetsLoaded));   首先确认下类型是为TEXT吗,如果这样写就...

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

878. laya.d3.component.animator.AnimatorPlayState_API3.0 [ 70%]

...rrentState duration normalizedTime Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Accessor Enumeration Interface

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

879. 用物理引擎搞了个小实验 [ 70%]

...里再引入matter js就可以用了   路是随机生成的  <script type="text/javascript" src="libs/matter.js"></script> <script type="text/javascript" src="libs/LayaRender.js"></script> 鼠标点击 屏幕左半边 和右半边 控制  或者 按左右键 控制 2017-1...

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

880. 2D物理-碰撞过滤器 [ 70%]

...ir性能全球领先,支持2D、3D、VR开发,支持AS3、JavaScript、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。window.Laya=window.Laya||{}; (function (exports, Laya) { 'use strict'; class Physics_Physics_CollisionFiltering { constructor() { this.preMovementX = 0; this...

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