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

大约有 1,625 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0043 秒)

1171. laya.display.cmd.ScaleCmd_API3.0 [ 55%]

... 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

1172. 音频-播放演示 [ 55%]

...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

1173. laya.components.Animation2DNext_API3.0 [ 55%]

...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

1174. layaflash下构造函数需要注意哪些问题? [ 55%]

...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

1175. Laya.Byte的readUTFBytes问题 [ 55%]

...aya.Byte(outbuffer.buffer); sourceBytes.endian = "BIG_ENDIAN"; var jsonstr:string = sourceBytes.readUTFBytes(sourceBytes.bytesAvailable) 2018-04-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 138*****748 赞同...

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

1176. mac10.13下转换工具不支持LayaJSMac [ 55%]

...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

1177. 关于sprite的问题 [ 55%]

...3-09-04 0 0 分享 微博 QZONE 微信 Laya_phhh 赞同来自: set的时候string的方法默认废弃了(自己load然后再赋值) 2023-09-04 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 shiyang 相关问题 发起问题须知,...

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

1178. as语言的protobuffer怎么使用? [ 55%]

...protobuffer怎么使用? 又怎么用socket发送出去,之前我是用string 的方式发送,现在想改用字节流的方式发送,我之前是json的格式发送过去,现在怎么使用protobuffer编译现有的json成二进制,在通过socket发送到服务端? 2017-04-02 添加...

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

1179. laya.d3.resource.models.MorphTargetChannel_API3.0 [ 55%]

.../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

1180. 本地缓存LocalStorage,setJson失效 [ 55%]

...储。          */         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