大约有 1,625 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0049 秒)
Laya_社区(663) Laya3.0_api(364) Laya2.0_api(194) laya_api(158) Laya2.0_文档(80) Laya_示例(58) Laya3.0_文档(54) Laya2.0_示例(54)
...数,如何传递和接收? once () method public function once(type:String, caller:*, listener:Function, args:Array = null):EventDispatcher使用 EventDispatcher 对象注册指定类型的事件侦听器对象,以使侦听器能够接收事件通知,此侦听事件响应一次后自动移...
来源: Laya_社区 发布时间: 20180304
...ublic static function encodeByte(byte:ByteEx, start:int = 0, end:int = -1):String { if (end < 0) { end = byte.length; } return encode(byte.buffer.slice(s...
来源: Laya_社区 发布时间: 20190117
....chatBox.innerHTML = ""; gRoomView.chatBox.height = 1; } public SysSay(txt:string):void { this.AddChat(0, "法官", txt); } public PlayerSay(msg:any):void { this.AddChat(msg['from_client_seatsno'], msg['from_client_name'], msg['content']); } private AddChat(seat:number, name:string, txt:string) { le...
来源: Laya_社区 发布时间: 20170911
...tive getColorNative _filter Constructors constructor new GlowFilter(color: string, blur?: number, offX?: number, offY?: number): GlowFilter Overrides Filter.constructor Defined in laya/filters/GlowFilter.ts:24 创建发光滤镜 Parameters color: string 滤镜的颜色 Default value blur: number = 4...
来源: Laya3.0_api 发布时间: 20231115
...是可以正常的var div:HTMLDivElement = new HTMLDivElement(); var str:String = "<span style='font:48px;color:#ffffff;'>白色文本</span>"; div.innerHTML = str; trace(div.contextWidth);可以把你div的样式,给span赋值上,得到同样的效果! 2017-03-09 0 0 分享 微博...
来源: Laya_社区 发布时间: 20170309
...aya/display/cmd/DrawLineCmd.ts:18 Y轴开始位置。 lineColor lineColor: string Defined in laya/display/cmd/DrawLineCmd.ts:30 颜色。 lineWidth lineWidth: number = 0 Defined in laya/display/cmd/DrawLineCmd.ts:34 (可选)线条宽度。 percent percent: boolean Defined in laya/display/cmd/Dra...
来源: Laya3.0_api 发布时间: 20231115
...e.on 绑定事件传参数的问题 on () method public function on(type:String, caller:*, listener:Function, args:Array = null):EventDispatcher使用 EventDispatcher 对象注册指定类型的事件侦听器对象,以使侦听器能够接收事件通知。 Parameters type:String — 事件的...
来源: Laya_社区 发布时间: 20170308
...Asset("res/LayaScene_H5TestScene/H5TestScene.ls"); private LoadAsset(path: string): void { Laya.loader.create(path, Laya.Handler.create(this, this.OnAssetComplete)); } private OnAssetComplete(): void { console.log("on asset complete:"); } 我想在OnAssetComplete内知道是哪个资源被回调了...
来源: Laya_社区 发布时间: 20180316
...ate txt:Text; private isDestroyed:Boolean = false; private readonly PathBg:string = "res/bg2.png"; private readonly PathFly:string = "res/fighter/fighter.atlas"; constructor() { //初始化引擎 Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Lay...
来源: Laya2.0_示例 发布时间: 20241126
...lay/cmd/DrawTextureCmd.ts:42 (可选)透明度。 blendMode blendMode: string | null Defined in laya/display/cmd/DrawTextureCmd.ts:50 (可选)混合模式。 color color: number = 4294967295 Defined in laya/display/cmd/DrawTextureCmd.ts:46 (可选)颜色滤镜。 height height: number De...
来源: Laya3.0_api 发布时间: 20231115