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

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

1101. laya.d3.core.particleshuriken.module.shape.BoxShape_API3.0 [ 66%]

...lone Index Constructors constructor Properties enable randomDirection shapeType x y z Methods clone cloneTo generatePositionAndDirection Constructors constructor new BoxShape(): BoxShape Overrides BaseShape.constructor Defined in laya/d3/core/particleShuriKen/module/shape/BoxShape.ts:16 创建一个...

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

1102. laya.d3.graphics.VertexElementFormat_API3.0 [ 66%]

...r2 Vector3 Vector4 getElementInfos Legend Object literal Variable Function Type alias Class Class with type parameter Static property Static method Enumeration Interface

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

1103. List选中项下滚会变 [ 66%]

...ServerListView,"ServerListView",_super); var _proto_ = ServerListView.prototype; //选择列表项时的相应时间,参数index是选中项的下标 // _proto_.onSelect = function(index){ // console.log("index",index); // } _proto_.onMouse = function(e,index){ if(e.type == Laya.Event.CLICK){ //co...

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

1104. TiledMap 45度地图块渲染顺序问题 [ 66%]

...     "name":"\u5757\u5c42 1",          "opacity":1,          "type":"tilelayer",          "visible":true,          "width":10,          "x":0,          "y":0         }],  "nextobjectid":1,  "orientation":"isometric",  "renderorder":"right-down",  "tiledversio...

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

1105. 用LayaAir引擎解析Tiled Map地图(TypeScript-2D进阶篇(TS)-扩展模块) [ 66%]

...然后使用`scale`属性对地图进行缩放。 示例代码如下: ```typescript // 程序入口 class GameMain{ private tMap:Laya.TiledMap; constructor() { //初始化舞台 Laya.init(Laya.Browser.width,Laya.Browser.height,Laya.WebGL); //创建TiledMap实例 this.tMap = new Laya.TiledMap(); //...

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

1106. laya.d3.core.render.InstanceRenderElement_API3.0 [ 66%]

... recover updateInstanceData create Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Inherited property Inherited method Enumeration Interface Static method

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

1107. 最新版本IDE,如何获取http返回的json数据 [ 66%]

...取不到,请教一下什么问题 //注册按钮响应函数 Login.prototype.onButtonLogin = function (){ console.log ('按了登录按钮')  var xhr = new Laya.HttpRequest(); xhr.http.timeout = 10000;//设置超时时间; xhr.once(Event.COMPLETE,this,completeHandler); xhr.once(Event.ERROR,thi...

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

1108. laya.d3.component.volume.VolumeManager_API3.0 [ 66%]

...structors constructor Properties _volumetricGIManager ReflectionProbeVolumeType VolumetricGIType Accessors reflectionProbeManager volumetricGIManager Methods _updateRenderObject add addMotionObject needreCaculateAllRenderObjects reCaculateAllRenderObjects remove removeMotionObject Constructors const...

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

1109. laya.d3.math.BoundBox_API3.0 [ 66%]

...etCenterAndExtent toDefault createfromPoints merge Legend Class Class with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface Static method

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

1110. 怎么在模拟点击事件 [ 66%]

...1</button> <input accept="image/*" id="file" type="file" /> <script> function button1(){ document.getElementById('file').click(); } 这是一个上传图片的input,但是我在layabox的某个function中写 Browser. document.getElementById('file').c...

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