大约有 3,967 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0211 秒)
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/ScrollBar" ScrollBar Class ScrollBar ScrollBar 组件是一个滚动条组件。 当数据太多以至于显示区域无法容...
来源: Laya3.0_api 发布时间: 20231115
...随滚轮缩放, 圆环不缩放,具体见代码 import WebGL = Laya.WebGL; import Browser = Laya.Browser; import Point = Geometry.Point; // 程序入口 class GameMain{ constructor() { Laya.init(Browser.width, Browser.height, WebGL); this.CreateCircle(); // this.CreateRectangle(); } pri...
来源: Laya_社区 发布时间: 20190314
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/display/Input" Input Class Input Input 类用于创建显示对象以显示和输入文本。 Input 类封装了原生的文本输...
来源: Laya3.0_api 发布时间: 20231115
swf在layaairts里播放的问题,播放不了,swf在群文件star.swf 官方文档的例子试了不行 // 程序入口 module laya { import Loader = Laya.Loader; import Handler = Laya.Handler; export class Loader_MultipleType { private ROBOT_DATA_PATH: ...
来源: Laya_社区 发布时间: 20180203
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/display/Text" Text Class Text Text 类用于创建显示对象以显示文本。 注意:如果运行时系统找不到设定的...
来源: Laya3.0_api 发布时间: 20231115
...正常 但是一旦打包成APK安装到手机上 有时会发生异常 Laya.loader.load(skins, Laya.Handler.create(this, fGameLoad), Laya.Handler.create(this, onLoading, null, false), null, 1, true, sGameMark, false); Laya.loader.on(Event.ERROR, this, onError); 预加载资源添加了完成 进...
来源: Laya_社区 发布时间: 20161228
...已经被锁定, 无法添加新回复 发起人 13772538373 相关问题 Layabox 2.0 bate5 运行编译之后 bundle.js 文件里面没有使用命名空间类文件的定义!导致运行时 找不到类的定义!这是为什么? 已上传 Demo 附件 TextInput重写onFocus和onBlur事件监...
来源: Laya_社区 发布时间: 20170306
Property 'BoxMesh' does not exist on type 'typeof Laya' 官方文档:https://ldc2.layabox.com/doc/?nav=zh-ts-4-0-0 // 添加自定义模型 var box:Laya.MeshSprite3D = new Laya.MeshSprite3D(new Laya.BoxMesh(1, 1, 1));运行报错Property 'BoxMesh' does not exist on type 'typeof Lay...
来源: Laya_社区 发布时间: 20190301
使用HTMLIframeElement加载html网页的问题。 Laya的HTMLIframeElement嵌入html,不支持html的table、tr、td这些标签吗?(如下demo附件) html文件应该以什么标准来写? [error] Undefined class: table [error] Undefined class: tr [error] Undefined class: td 附件 : -...
来源: Laya_社区 发布时间: 20170315
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/display/Stage" Stage Class Stage Stage 是舞台类,显示列表的根节点,所有显示对象都在舞台上显示。通过 L...
来源: Laya3.0_api 发布时间: 20231115