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

大约有 3,008 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0062 秒)

1551. Tree属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 59%]

....layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.Tree)。 ### 1.1 Tree 组件主要由两个部分组成: - 项单元格(可以是 Box 、页面 View、自定义页面); - 纵向滚动条 VScrollBar; ### 1.2 Tree 组件的单元格通常由四部分...

来源: Laya2.0_文档 发布时间: 20210714

1552. UTF-8 ArrayBuffer和字符串之间的转换 [ 58%]

...有通过一个类的名字(字符串)来获取该类的方法?类似get class by name 加载一个txt文件 getRes出来类型为string 能转换成数组吗 增加psd文件直接转换为UI的工具(测试版本) 请问有文档说明么 关于坐标转换 问题状态 最新活动: 2019-04-...

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

1553. 2.0 EffectAnimation F5导出后不行 [ 58%]

... 动画效果加到按钮上导出时候出现 , Uncaught can not find class ui.game.ButtonScaleUI undefined 分离模式也不行 2018-11-29 添加评论 悬赏 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 个...

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

1554. 输入设备-地图 [ 58%]

...、LayaAirIDE让项目开发更高效。let map, marker, mapDiv, infoText; class InputDevice_Map { constructor() { const Browser = Laya.Browser, WebGL = Laya.WebGL, Stage = Laya.Stage, Stat = Laya.Stat, Handler = Laya.Handler, Geolocation = Laya.Geolocation; // 不支持WebGL时自动切换至Canvas...

来源: Laya2.0_示例 发布时间: 20250223

1555. laya.resource.Prefab_API3.0 [ 58%]

...ernals Only exported Menu Globals "laya/resource/HierarchyResource" Prefab Class Prefab Hierarchy Resource Prefab PrefabImpl Index Constructors constructor Properties _id destroyedImmediately lock name url uuid version DEBUG Accessors cpuMemory deps destroyed gpuMemory id obsolute referenceCount cpu...

来源: Laya3.0_api 发布时间: 20231115

1556. graphics如何绘制阴影 [ 58%]

...参见AP Ihttp://layaair.ldc.layabox.com/api/index.html?category=Core&class=laya.display.Graphics 里面并没有直接能画带阴影的API 2017-12-28 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 liner1457387450 相关问题 lh文...

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

1557. 设置遮罩(JavaScript-LayaAir基础篇(JS)-位图) [ 58%]

...x.com/api2/Chinese/index.html?version=2.9.0beta&type=Core&category=display&class=laya.display.Sprite) API内,该属性的说明如图1所示: ![1](img/1.jpg)(图1) ## 二、简单的遮罩示例 ### 2.1 我们先用LayaAir引擎显示一张位图 创建一个MaskDemo.js入口程序,编写...

来源: Laya2.0_文档 发布时间: 20210715

1558. FB控制台 [ 58%]

...法。如图所示: 新建项目 运行时控制台输出Warning!,this class[MiniAdpter] already exist: Object {} 是什么意思啊? LayaAirIDE第一个程序没办法正常显示,控制台输出如图 问题状态 最新活动: 2017-03-15 15:35 浏览: 1134 关注: 2 人

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

1559. 求个棋牌游戏教程 [ 58%]

...据官方教程:FlashBuilder-LayaCompiler-运行提示"must set Document Class!" 为什么很多教程都需要钱 这样真的好吗 真的有利于引擎的普及吗 求个mask的解决方案-地图 问题状态 最新活动: 2018-02-27 11:41 浏览: 3109 关注: 3 人

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

1560. FlashBuilder中第一个程序“Hello Layabox”(ActionScript-LayaAir基础篇(AS3)-快速上手) [ 58%]

...代码如下: ```typescript package { import laya.display.Text; public class HelloLayabox { public function HelloLayabox() { //初始化引擎 Laya.init(600, 300); var txt:Text = new Text(); //设置文本内容 txt.text = "Hello Layabox"; //设置文本颜色为白色,默认颜色为黑色 txt....

来源: Laya2.0_文档 发布时间: 20210715