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

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

551. laya.ui.OpenDataContextView_API3.0 [ 80%]

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

552. laya.ui.LayoutBox_API3.0 [ 80%]

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

553. laya获取图片像素后重新设置回去带有透明像素的地方显示有问题 [ 80%]

...       if(success)         {             let tex:any = Laya.Loader.getRes("res/FGUIMain/Common_atlas0.png");              let x = tex.bitmap.getPixels();              console.log("------------------------",x);                 ...

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

554. laya.ui.TipManager_API3.0 [ 80%]

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

555. laya.ui.ViewStack_API3.0 [ 80%]

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

556. laya.ui.VBox_API3.0 [ 79%]

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

557. laya.ui.HBox_API3.0 [ 79%]

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

558. laya.ani.bone.Skeleton_API3.0 [ 79%]

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

559. TiledMap移动问题 [ 79%]

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

560. 关于3d项目中component的问题 [ 79%]

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