大约有 114 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0079 秒)
Laya_社区(62) Laya3.0_api(30) Laya2.0_文档(12) Laya2.0_api(4) laya_api(3) Laya3.0_文档(2) Laya2.0_示例(1)
...的逻辑: class LayaUISample { constructor() { //初始化引擎 Laya.init(0,0); var Hls:any = Laya.Browser.window.Hls;//获取对Hls的引用。 var plyr:any = Laya.Browser.window.plyr;//获取对plyr的引用 //获取video对象,就是页面上命名为“player”的标签 var video:any = La...
来源: Laya3.0_文档 发布时间: 20241014
... designHeight : Number = 0设计高度(初始化时设置的高度Laya.init(width,height))Stage designWidth : Number = 0设计宽度(初始化时设置的宽度Laya.init(width,height))Stage destroyed : Boolean = false[只读]是否已经销毁。对象销毁后不能再使用。Node di...
来源: Laya2.0_api 发布时间: 20190513
...umber, y:Number):Boolean 检测某个点是否在此对象内。 Sprite init(templet:Templet, aniMode:int = 0):void 初始化动画 Skeleton isMouseEvent(type:String):Boolean 检测指定事件类型是否是鼠标事件。 EventDispatcher load(path:String, complete:Handler = null, aniMode:in...
来源: laya_api 发布时间: 20170929
...ptorFactory.java:80) at miui.contentcatcher.InterceptorFactory.initInterceptorClass(InterceptorFactory.java:99) at miui.contentcatcher.InterceptorFactory.createInterceptor(InterceptorFactory.java:41) at miui.contentcatcher.InterceptorProxy$H.handleMessage(Intercep...
来源: Laya_社区 发布时间: 20181126
...ublic class Animation_Example { public function Animation_Example() { Laya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 init();//初始化 } private function init():void { var animation:Animation = new Animation();//创...
来源: Laya3.0_api 发布时间: 20231115
...umber, y:Number):Boolean 检测某个点是否在此对象内。 Sprite init(layerData:*, map:TiledMap):void 解析LAYER数据,以及初始化一些数据 MapLayer isMouseEvent(type:String):Boolean 检测指定事件类型是否是鼠标事件。 EventDispatcher loadImage(url:String, x:Number...
来源: laya_api 发布时间: 20170929
... designHeight : Number = 0设计高度(初始化时设置的高度Laya.init(width,height))Stage designWidth : Number = 0设计宽度(初始化时设置的宽度Laya.init(width,height))Stage destroyed : Boolean[只读]是否已经销毁。对象销毁后不能再使用。Node displayedI...
来源: laya_api 发布时间: 20170929
...ler; public class Button_Example { public function Button_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load("resource/ui/button.png", Handler.create(this,onLoadComplete));//加载资源。 } private function...
来源: Laya3.0_api 发布时间: 20231115
... public class CheckBox_Example { public function CheckBox_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load("resource/ui/check.png", Handler.create(this,onLoadComplete));//加载资源。 } private function ...
来源: Laya3.0_api 发布时间: 20231115
...ate var hScrollBar:HScrollBar; public function HScrollBar_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/hscroll.png", "resource/ui/hscroll$bar.png", "resource/ui/hscroll$down.png", "resourc...
来源: Laya3.0_api 发布时间: 20231115