大约有 2,159 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0062 秒)
Laya3.0_api(672) Laya_社区(472) Laya2.0_api(357) laya_api(289) Laya_示例(150) Laya2.0_示例(112) Laya2.0_文档(98) Laya3.0_文档(9)
...e getBlurInfo2Native getColorNative _filter Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...aya.webgl.WebGL; public class LayaAirDemo { private var sp:Sprite ; public function LayaAirDemo() { //初始化引擎 Laya.init(Browser.width, Browser.height,WebGL); Stat.show(); Laya.stage.bgColor = "#ffcccc"; Laya.stage.on(Event.CLICK,this,onClick); sp= new Sprite(); sp.name='base'; sp.loadImage("...
来源: Laya_社区 发布时间: 20170523
....Browser; import laya.webgl.WebGL; public class Text_ComplexStyle { public function Text_ComplexStyle() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage....
来源: Laya2.0_示例 发布时间: 20260106
...tor material destroy recover run setContext Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface Inherited method
来源: Laya3.0_api 发布时间: 20231115
...OR SUNLIGHTDIRECTION material mesh __init__ Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Accessor Static property Static method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...e addChildren(... args):void 批量增加子节点 Node callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Component clearTimer(caller:*, method:Function):void 清理定时器。功能同Lay...
来源: laya_api 发布时间: 20170929
...X toY ID getBoundPoints recover _tempPoints Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface Static property
来源: Laya3.0_api 发布时间: 20231115
...sition:int; private var endPosition:int; private var button:Sprite; public function Interaction_Swipe() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage....
来源: Laya2.0_示例 发布时间: 20260106
...itude longitude speed timestamp setPosition Legend Object literal Variable Function Type alias Class Class with type parameter Method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...09-20 1 0 分享 微博 QZONE 微信 shiyang 赞同来自: override public function onRegister():void{ Laya.init(600,600,WebGL); Laya.stage.alignH=Stage.ALIGN_MIDDLE; Laya.stage.alignV=Stage.ALIGN_TOP; ...
来源: Laya_社区 发布时间: 20170920