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

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

311. laya.ui.Tree_API3.0 [ 31%]

...表。 } (function (_super) { function Item() { Item.__super.call(this);//始化父类。 this.right = 0; this.left = 0; var selectBox = new laya.ui.Clip("resource/ui/clip_selectBox.png", 1, 2); selectBox.name = "selectBox";//设置 selectBox 的name 为“selectBox”时,将被识别为树结...

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

312. laya.display.Stage_API3.0 [ 29%]

...signHeight: number = 0 Defined in laya/display/Stage.ts:122 设计高度(始化时设置的高度Laya.init(width,height)) designWidth designWidth: number = 0 Defined in laya/display/Stage.ts:120 设计宽度(始化时设置的宽度Laya.init(width,height)) focus focus: Node Defined in ...

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

313. LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) [ 28%]

... 微信接待81326018 183*****755 • 2017-05-23 10:19 看下是否重复始化场景了。正确使用如下: var scene:Scene = Laya.stage.addChild(Scene.load("xxx")) as Scene; var camera:Camera = scene.addChild(new Camera()) as Camera; sfsmmc • 2017-05-23 10:25 @183*****755:确实...

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

314. laya.ui.Dialog_API3.0 [ 26%]

...ialog。 function Dialog_Instance() { Dialog_Instance.__super.call(this);//始化父类 var bg = new laya.ui.Image("resource/ui/bg.png");//新建一个 Image 类的实例 bg 。 bg.sizeGrid = "10,40,10,5";//设置 bg 的网格信息。 bg.width = 150;//设置 bg 的宽度。 bg.height = 250;//设...

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

315. laya.map.MapLayer_API3.0 [ 25%]

...ledMap): void Defined in laya/map/MapLayer.ts:49 解析LAYER数据,以及始化一些数据 Parameters layerData: any 地图数据中,layer数据的引用 map: TiledMap 地图的引用 Returns void isAncestorOf isAncestorOf(node: Node): boolean Inherited from Node.isAncestorOf Defined in laya...

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