大约有 11 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0041 秒)
...m/dev/cn/mini-app/develop/developer-instrument/developer-instrument-update-and-download](https://microapp.bytedance.com/dev/cn/mini-app/develop/developer-instrument/developer-instrument-update-and-download) > 注意,这里要使用本篇文档给的下载地址(或者在字节小程序文档中...
来源: Laya2.0_文档 发布时间: 20210714
...----------------------- | | Character Constraint | 模拟球窝关节(ball and socket joint),例如臀部或肩膀。 约束所有线性自由度的刚体运动,三个角度的运动将不受限制。 附着在角色关节上的刚体围绕每个轴并基于某个原点就行旋转。(暂未实...
来源: Laya2.0_文档 发布时间: 20210715
...----------------------- | | Character Constraint | 模拟球窝关节(ball and socket joint),例如臀部或肩膀。 约束所有线性自由度的刚体运动,三个角度的运动将不受限制。 附着在角色关节上的刚体围绕每个轴并基于某个原点就行旋转。(暂未实...
来源: Laya2.0_文档 发布时间: 20210715
...----------------------- | | Character Constraint | 模拟球窝关节(ball and socket joint),例如臀部或肩膀。 约束所有线性自由度的刚体运动,三个角度的运动将不受限制。 附着在角色关节上的刚体围绕每个轴并基于某个原点就行旋转。(暂未实...
来源: Laya2.0_文档 发布时间: 20210714
...cs/zh-CN/mini-app/develop/developer-instrument/developer-instrument-update-and-download](https://microapp.bytedance.com/docs/zh-CN/mini-app/develop/developer-instrument/developer-instrument-update-and-download) #### 3.2 申请小游戏创建权限 如果开发者仅仅是创建个开发者平台帐...
来源: Laya2.0_文档 发布时间: 20210715
...eout = 10000;//设置超时时间; xhr.once(Event.COMPLETE,this,completeHandler); xhr.once(Event.ERROR,this,errorHandler); xhr.on(Event.PROGRESS,this,processHandler); xhr.send("res/data.data","","get","text"); function processHandler(data){ console.log(data); } function errorHandler(data){ } funct...
来源: Laya2.0_文档 发布时间: 20210714
...;//设置超时时间; xhr.once(Laya.Event.COMPLETE, this, this.completeHandler); xhr.once(Laya.Event.ERROR, this, this.errorHandler); xhr.on(Laya.Event.PROGRESS, this, this.processHandler); xhr.send("res/data.data", "", "get", "text"); console.log("aaaa"); } private processHandler(data:any): void...
来源: Laya2.0_文档 发布时间: 20210715
...eout = 10000;//设置超时时间; xhr.once(Event.COMPLETE,this,completeHandler); xhr.once(Event.ERROR,this,errorHandler); xhr.on(Event.PROGRESS,this,processHandler); xhr.send("res/data.data","","get","text"); } private function processHandler(data:Object):void { trace(data); } private function co...
来源: Laya2.0_文档 发布时间: 20210715
...://layabox.com/"; qrcode.makeCode(url); Laya.stage.once("click",this,clickHandler); qrcodeSp = new Sprite(); Laya.stage.addChild(qrcodeSp); } private function clickHandler():void { var url:String = qrcode._oDrawing._elImage.src;//获取,注意这里是异步的,开发者可以加个延时在获...
来源: Laya2.0_文档 发布时间: 20210715
...yabox.com/"; this.qrcode.makeCode(url); Laya.stage.once("click",this,clickHandler); this.qrcodeSp = new Laya.Sprite(); Laya.stage.addChild(this.qrcodeSp); function clickHandler(){ var url = this.qrcode._oDrawing._elImage.src;//获取,注意这里是异步的,开发者可以加个延时在获取...
来源: Laya2.0_文档 发布时间: 20210714