大约有 2,384 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0189 秒)
Laya_社区(1773) Laya3.0_api(144) Laya2.0_文档(127) Laya2.0_api(103) laya_api(77) Laya3.0_文档(70) Laya_示例(48) Laya2.0_示例(42)
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/OpenDataContextView" OpenDataContextView Class OpenDataContextView 微信开放数据展示组件,直接实例本组件,即...
来源: Laya3.0_api 发布时间: 20231115
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/LayoutBox" LayoutBox Class LayoutBox LayoutBox 是一个布局容器类。 Hierarchy Box LayoutBox HBox VBox Index Constructors ...
来源: Laya3.0_api 发布时间: 20231115
... if(success) { let tex:any = Laya.Loader.getRes("res/FGUIMain/Common_atlas0.png"); let x = tex.bitmap.getPixels(); console.log("------------------------",x); ...
来源: Laya_社区 发布时间: 20210618
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/TipManager" TipManager Class TipManager 鼠标提示管理类 Hierarchy UIComponent TipManager Index Constructors constructor Pr...
来源: Laya3.0_api 发布时间: 20231115
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/ViewStack" ViewStack Class ViewStack ViewStack 类用于视图堆栈类,用于视图的显示等设置处理。 Hierarchy Box ...
来源: Laya3.0_api 发布时间: 20231115
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/VBox" VBox Class VBox VBox 是一个垂直布局容器类。 Hierarchy LayoutBox VBox Index Constructors constructor Properties ...
来源: Laya3.0_api 发布时间: 20231115
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/HBox" HBox Class HBox HBox 是一个水平布局容器类。 Hierarchy LayoutBox HBox Index Constructors constructor Properties ...
来源: Laya3.0_api 发布时间: 20231115
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ani/bone/Skeleton" Skeleton Class Skeleton 骨骼动画由Templet,AnimationPlayer,Skeleton三部分组成。 Hierarchy Sprite S...
来源: Laya3.0_api 发布时间: 20231115
...edMap移动问题 我想移动tilemap,在mouseMove的时候用tiledmap的x和y加上偏移量来移动: this.tiledMap.moveViewPort(this.tiledMap.x + offsetX, this.tiledMap.y + offsetY); offsetX和offsetY就是当前laya.stage点 减去 上一个laya.stage点,移动时地图会一闪一...
来源: Laya_社区 发布时间: 20170824
... Laya.Vector3(0, 0, 0); function CmpScript() { CmpScript.super(this); this.x = 0; } Laya.class(CmpScript, "CmpScript", Laya.Script) CmpScript.prototype._initialize = function (owner) { var _this = this; CmpScript.__super.prototype._initialize.call(this, owner); } CmpScript.prototype._update = functi...
来源: Laya_社区 发布时间: 20161126