大约有 1,232 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0057 秒)
Laya_社区(702) Laya_示例(137) Laya2.0_文档(123) Laya2.0_示例(116) Laya3.0_文档(75) Laya3.0_api(39) laya_api(29) Laya2.0_api(11)
...ayaMaxUI"; export default class RuleDialog extends ui.scene.RuleDialogUI { private m_index: number = -1; private m_downValue: number = -1; constructor() { super(); this.list_rule.hScrollBarSkin = ""; this.list_rule.renderHandler = new Laya.Handler(this, this.updateItem); this.list_rule.scrollBar.cha...
来源: Laya_社区 发布时间: 20181112
...perty } = Laya; @regClass() export class UI_TextArea extends Laya.Script { private skin: string = "resources/res/ui/textarea.png"; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 */ onAwake(): void { Laya.loader.loa...
来源: Laya3.0_文档 发布时间: 20251010
...ebgl.WebGL; public class Yj_Customer { private var panel:Panel; public function Yj_Customer() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser....
来源: Laya_社区 发布时间: 20180612
...A59B5773/Library/Caches/ssl.crt NOTICE: lws_context_init_client_ssl: doing private key filepath NOTICE: Loaded client cert private key /var/mobile/Containers/Data/Application/191B3AE2-4606-48EF-932D-E1D1A59B5773/Library/Caches/ssl.pem NOTICE: mem: per-conn: 584 bytes + protocol rx buf NOTICE: lws_cl...
来源: Laya_社区 发布时间: 20181018
...ay not be using this functionality currently, it has the potential to load private frameworks, private methods, and enable future feature changes. This includes any code which passes arbitrary parameters to dynamic methods such as dlopen(), dlsym(), respondsToSelector:, performSelector:, method_exch...
来源: Laya_社区 发布时间: 20171221
...览器查看正常打包后的APP文字消失表情变大 class CAffiche { private textfiled:Laya.HTMLDivElement; public Reset():void { gRoomView.chatBox.innerHTML = ""; gRoomView.chatBox.height = 1; } public SysSay(txt:string):void { this.AddChat(0, "法官", txt); } public PlayerSay(msg:any):void ...
来源: Laya_社区 发布时间: 20170911
...ler); xhr.send("res/data.data", "", "get", "text"); console.log("aaaa"); } private processHandler(data:any): void { console.log(data); } private errorHandler(data:any): void { } private completeHandler(e:any): void { } } new LayaSample(); ``` 上面这个示例我们发送了一个简单的请求,...
来源: Laya2.0_文档 发布时间: 20210715
...ya.Handler.create(this,this.onCreateComplete)); //预加载完成后回调 private onCreateComplete():void { //创建预加载的模型网格 var mesh:Laya.Mesh = Laya.loader.getRes("LayaScene_01/Assets/model/loveScene_jianzhu.lm"); //创建3D模型 var meshSprite3D:Laya.MeshSprite3D = new Laya.Mesh...
来源: Laya_社区 发布时间: 20171109
...ayaMaxUI"; export default class RuleDialog extends ui.scene.RuleDialogUI { private m_index: number = -1; private m_downValue: number = -1; constructor() { super(); this.list_rule.hScrollBarSkin = ""; this.list_rule.renderHandler = new Laya.Handler(this, this.updateItem); this.list_rule.scrollBar.cha...
来源: Laya_社区 发布时间: 20180724
.../ export class NewScript extends Laya.Script { declare owner: Laya.Sprite; private _trail2D: Laya.Trail2DRender; //从场景文件中获取到的宽度曲线数据 private _widthCurve: any[]; //从场景文件中获取到的颜色渐变数据 private _gradient: any; //组件被激活后执行,此...
来源: Laya3.0_文档 发布时间: 20251010