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

大约有 2,159 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0053 秒)

1221. laya.display.cmd.ClipRectCmd_API3.0 [ 65%]

...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

1222. 缓动-时间线 [ 65%]

... 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

1223. laya.net.BatchProgress_API3.0 [ 65%]

...eset update IBatchProgress ProgressCallback Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface

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

1224. Panel使用文档(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 65%]

... 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

1225. laya.d3.graphics.batch.RenderElementBatch_API3.0 [ 65%]

...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

1226. laya.d3.renderobjs.renderobj.RenderGeometryElementOBJ_API3.0 [ 65%]

...t RenderGeometryElementOBJ indexFormat mode Legend Object literal Variable Function Type alias Class Class with type parameter Accessor Enumeration Interface

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

1227. laya.spine.SpineSkeletonRenderer_API3.0 [ 65%]

...ss with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface

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

1228. 关于定时器问题 [ 65%]

... 1 个回复 Laya_Aaron 赞同来自: 两个回调都是time吗? public function clear(caller:*, method:Function) 执行域和回调都一样,当然就清理了 2018-08-06 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回...

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

1229. laya.filters.Filter [ 65%]

...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

1230. 鼠标交互-双指旋转(多点触控) [ 65%]

...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