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

大约有 2,154 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0056 秒)

1141. 当屏幕尺寸,缩放模式,横竖屏 发生改变时会报错Uncaught TypeError: Cannot read property 'length' of null [ 67%]

...ying 已解决,当destroy函数调用时会把子节点销毁,所以public function get numChildren(){} 被调用时child为空 所以报错,算是引擎的bug吧,将原函数改为public function get numChildren():int {             trace(this);             if (!this._childs){   ...

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

1142. UI-Input [ 67%]

...int = 50; private const Y_OFFSET:int = 50; private var skins:Array; public function UI_Input() { // 不支持WebGL时自动切换至Canvas Laya.init(800, 600, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stag...

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

1143. laya.d3.animation.AnimationEvent_API3.0 [ 67%]

...tionEvent constructor eventName params time Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Property Enumeration Interface

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

1144. 区块地图-滚动地图 [ 67%]

...Y:Number = 0; private var mX:Number = 0; private var mY:Number = 0; public function TiledMap_ScrollMap() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.scaleMode = Stage.SCALE_FULL; Stat.show(); createMap(); Laya.stage.on(Event.MOU...

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

1145. Image属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 67%]

...ort laya.ui.Image; import laya.webgl.WebGL; public class UI_Image { public function UI_Image() { // 不支持WebGL时自动切换至Canvas Laya.init(800, 600, WebGL); //画布垂直居中对齐 Laya.stage.alignV = Stage.ALIGN_MIDDLE; //画布水平居中对齐 Laya.stage.alignH = Stage.ALIGN_CENTER;...

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

1146. 分享:Panel下动态修改子容器宽高并刷新显示! [ 67%]

...ils.Browser; import laya.utils.Handler; public class LayaUISample { public function LayaUISample() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.width, Browser.height); //ui组件,除了image和clip外,其他皮肤均需要预加载资源,此处添加button和panel垂直滚动...

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

1147. laya.resource.Resource_API3.0 [ 66%]

...建 Parameters url: string Returns boolean off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删...

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

1148. ComboBox属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 66%]

...:ComboBox /***提示信息文本框**/ private var promptText:Text; public function UI_ComboBox() { // 不支持WebGL时自动切换至Canvas Laya.init(800, 600, WebGL); //画布垂直居中对齐 Laya.stage.alignV = Stage.ALIGN_MIDDLE; //画布水平居中对齐 Laya.stage.alignH = Stage.ALIGN_CENT...

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

1149. 调试-帧率统计 [ 66%]

....utils.Stat; import laya.webgl.WebGL; public class Debug_FPSStats { public function Debug_FPSStats() { Laya.init(Browser.clientWidth, Browser.clientHeight); Stat.show(Browser.clientWidth - 120 >> 1, Browser.clientHeight - 100 >> 1); } } }

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

1150. laya.d3.loaders.MaterialParser_API3.0 [ 66%]

...terialParser collectLinks parse parseLegacy Legend Object literal Variable Function Type alias Class Class with type parameter Enumeration Interface Static method

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