大约有 2,831 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0070 秒)
Laya_社区(1671) Laya3.0_api(668) Laya2.0_文档(133) Laya2.0_api(128) laya_api(122) Laya3.0_文档(82) Laya2.0_示例(16) Laya_示例(11)
...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
...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
...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
... "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
...然后使用`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
... 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
...取不到,请教一下什么问题 //注册按钮响应函数 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
...structors constructor Properties _volumetricGIManager ReflectionProbeVolumeType VolumetricGIType Accessors reflectionProbeManager volumetricGIManager Methods _updateRenderObject add addMotionObject needreCaculateAllRenderObjects reCaculateAllRenderObjects remove removeMotionObject Constructors const...
来源: Laya3.0_api 发布时间: 20231115
...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
...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