大约有 80 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0033 秒)
...onCreate(savedInstanceState); getWindow().requestFeature(Window.FEATURE_NO_TITLE); getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN); /* * 如果不想使用更新流程,可以屏蔽checkApkUpdate函数,直接打开initEngine函数 */ ch...
来源: Laya2.0_文档 发布时间: 20210715
...hown() { (this.contentPane as IEditor.InspectorPanel).resetDefault(); this.title = "SplitAtlas"; this.setSize(450, 180); } } class SplitAtlasSetting { @IEditor.onLoad static start() { Editor.typeRegistry.addTypes([ { name: "SplitAtlasSetting", catalogBarStyle: "hidden", properties: [ { name: "help",...
来源: Laya_社区 发布时间: 20250702
...显示调用成功,但并未播放音乐。 wx.shareAppMessage({ title: "小猪佩奇身上纹,掌声送给社会人", imageUrl: "images/boss.png", success: function () { gameex.bar.shareCount += 1; gameex.bar.clearCountDown(); gameex.snakeSelf.updateState(EN_SNAKE_STATE_NORMAL); gameex.sn...
来源: Laya_社区 发布时间: 20180514
...二种,鼠标拖动! 4.尝试鼠标拖动时会发现挂着的B.ani的title上多了一个 '*' 号,说明此文件没有保存,意味着有改动!进入B.ani播放下时间轴就会发现每帧的texture的位置竟然发生了变化! 其实你们官方可以自己跑下我标题描述...
来源: Laya_社区 发布时间: 20170512
...; panel.inspect(data, "SplitAtlasSetting"); this.contentPane = panel; this.title = "图集分割工具"; } protected onShown() { (this.contentPane as IEditor.InspectorPanel).resetDefault(); this.setSize(500, 250); this.contentPane.on("click_start_gen", this.startGen, this); this.contentPane.on("clic...
来源: Laya_社区 发布时间: 20250731
...edInstanceState); getWindow().requestFeature(Window.FEATURE_NO_TITLE); getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN); mProxy = new RuntimeProxy(this); mPlugin = new GameEngine...
来源: Laya_社区 发布时间: 20170517
...], "contributes": { "commands": [ { "command": "extension.buildTemplate", "title": "build template" } ] },extension.js 内容如下 'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); const vscode = require("vscode"); function activate(context) { let disposable = vscode.comm...
来源: Laya_社区 发布时间: 20180728
...OCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Test WebSocket</title> <script type="text/javascript"> //显示信息 var log = function(s) { if (document.readyState !== "complete") { log.buffer.push(s); } else { doc...
来源: Laya_社区 发布时间: 20170724
...: 1266 关注: 5 人 大大大懒猫 • 2018-09-10 10:39 export class ShopTitle extends Laya.Script{ public title: string; constructor(){ super(); } public _initialize(owner: Laya.Sprite3D): void { super._initialize(owner); var sprite3D = this.owner as Laya.MeshSprite3D; var sprite3DMat = new Laya....
来源: Laya_社区 发布时间: 20180814
...(图1-2) 三、常见问题 拖入一个GButton到舞台,设置它的Title为何没有任何效果? GButton是一个行为组件,它不带显示功能。你需要制作自己的按钮再拖入使用。当然,也可以使用“UI组件(默认皮肤)”里的提供的预制好的按钮...
来源: Laya3.0_文档 发布时间: 20251010