大约有 2,159 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0053 秒)
Laya3.0_api(672) Laya_社区(472) Laya2.0_api(357) laya_api(289) Laya_示例(150) Laya2.0_示例(112) Laya2.0_文档(98) Laya3.0_文档(9)
...md" ClipRectCmd height width x y ID recover Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface Static property
来源: Laya3.0_api 发布时间: 20231115
... var target:Sprite; private var timeLine:TimeLine = new TimeLine(); public function Tween_TimeLine() { // 不支持WebGL时自动切换至Canvas Laya.init(550, 400, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Lay...
来源: Laya2.0_示例 发布时间: 20260106
...eset update IBatchProgress ProgressCallback Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
... laya.ui.Panel; import laya.utils.Handler; public class PanelTest { public function PanelTest() { //初始化引擎 Laya.init(800,600); //预加载所需资源 Laya.loader.load("res/atlas/comp.atlas",Handler.create(this,onLoaded)); } private function onLoaded():void { //实例化Panel组件 var pane...
来源: Laya2.0_文档 发布时间: 20210715
...atch constructor instance batch recoverData Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface Static property
来源: Laya3.0_api 发布时间: 20231115
...t RenderGeometryElementOBJ indexFormat mode Legend Object literal Variable Function Type alias Class Class with type parameter Accessor Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...ss with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
... 1 个回复 Laya_Aaron 赞同来自: 两个回调都是time吗? public function clear(caller:*, method:Function) 执行域和回调都一样,当然就清理了 2018-08-06 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回...
来源: Laya_社区 发布时间: 20180802
...lter 是滤镜基类。 Public Properties PropertyDefined By _filter : Function[static] FilterPublic Methods MethodDefined By Filter() 创建一个 Filter 实例。 FilterProperty Detail_filterpropertypublic static var _filter:FunctionConstructor DetailFilter()Constructorpublic function Fil...
来源: Laya2.0_api 发布时间: 20190513
...n_Rotate { private var sp:Sprite; private var preRadian:Number = 0; public function Interaction_Rotate() { // 不支持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