大约有 1,625 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0043 秒)
Laya_社区(663) Laya3.0_api(364) Laya2.0_api(194) laya_api(158) Laya2.0_文档(80) Laya_示例(58) Laya3.0_文档(54) Laya2.0_示例(54)
... in laya/display/cmd/ScaleCmd.ts:16 垂直方向缩放值。 Static ID ID: string = "Scale" Defined in laya/display/cmd/ScaleCmd.ts:7 Methods recover recover(): void Defined in laya/display/cmd/ScaleCmd.ts:39 回收到对象池 Returns void Globals "laya/display/cmd/ScaleCmd" ScaleCmd pivotX pivotY ...
来源: Laya3.0_api 发布时间: 20231115
...ton.on(Event.CLICK, this, this.onPlayMusic); } private createButton(label: string): Sprite { var w: number = 110; var h: number = 40; var button: Sprite = new Sprite(); button.size(w, h); button.graphics.drawRect(0, 0, w, h, "#FF7F50"); button.graphics.fillText(label, w / 2, 8, "25px SimHei", "#FFFF...
来源: Laya_示例 发布时间: 20241126
...ondition[] = [] Defined in laya/components/Animation2DNext.ts:7 name name: string Defined in laya/components/Animation2DNext.ts:6 Globals "laya/components/Animation2DNext" Animation2DNext constructor conditions name Legend Object literal Variable Function Type alias Class Class with type parameter C...
来源: Laya3.0_api 发布时间: 20231102
...t flash.display.Sprite; public class A extends Sprite { protected var data:String = "layabox"; public function A() { super(); } } } 作为子类B.as的代码:package { public class B extends A { public function B() { this.data = "layaFlash";//这里的修改无效 trace("data is " + this.data);...
来源: Laya_社区 发布时间: 20151211
...aya.Byte(outbuffer.buffer); sourceBytes.endian = "BIG_ENDIAN"; var jsonstr:string = sourceBytes.readUTFBytes(sourceBytes.bytesAvailable) 2018-04-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 138*****748 赞同...
来源: Laya_社区 发布时间: 20180419
...ylib: terminating with uncaught exception of type std::out_of_range: basic_string 2017-11-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 cllc55 赞同来自: 没问题了,是路径空格问题 2017-11-04 0 0 ...
来源: Laya_社区 发布时间: 20171104
...3-09-04 0 0 分享 微博 QZONE 微信 Laya_phhh 赞同来自: set的时候string的方法默认废弃了(自己load然后再赋值) 2023-09-04 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 shiyang 相关问题 发起问题须知,...
来源: Laya_社区 发布时间: 20230901
...protobuffer怎么使用? 又怎么用socket发送出去,之前我是用string 的方式发送,现在想改用字节流的方式发送,我之前是json的格式发送过去,现在怎么使用protobuffer编译现有的json成二进制,在通过socket发送到服务端? 2017-04-02 添加...
来源: Laya_社区 发布时间: 20170402
.../models/MorphTarget.ts:32 Returns MorphTargetChannel Properties name name: string Defined in laya/d3/resource/models/MorphTarget.ts:25 targetCount targetCount: number = 0 Defined in laya/d3/resource/models/MorphTarget.ts:32 Methods addTarget addTarget(target: MorphTarget): void Defined in laya/d3/re...
来源: Laya3.0_api 发布时间: 20231115
...储。 */ public static function setJSON(key:String, value:Object):void { _baseClass.setJSON(key, value); } 2018-04-26 0 0 分享 微博 QZONE 微信 w1114367261 赞同来自: 你对照一下你的参数, 2018-04-26 0 0 分享 微...
来源: Laya_社区 发布时间: 20180426