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

大约有 329 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0096 秒)

271. laya.ui.View_API3.0 [ 21%]

...ts:25 场景被关闭后,是否自动销毁(销毁节点和使用到资源),默认为false autoSize autoSize: boolean = false Inherited from Text.autoSize Defined in laya/display/Sprite.ts:265 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽高默认为0,并且不...

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

272. laya.display.Scene_API3.0 [ 21%]

...ts:25 场景被关闭后,是否自动销毁(销毁节点和使用到资源),默认为false autoSize autoSize: boolean = false Inherited from Text.autoSize Defined in laya/display/Sprite.ts:265 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽高默认为0,并且不...

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

273. laya.ui.Radio_API3.0 [ 21%]

...e(this,onLoadComplete)); } private function onLoadComplete():void { trace("资源加载完成!"); var button:Button = new Button("resource/ui/button.png","label");//创建一个 Button 实例对象 button ,传入它皮肤skin和标签label。 button.x = 100;//设置 button 对象属性 x ...

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

274. laya.d3.core.scene.Scene [ 21%]

... treeSize : Vector3 四/八叉树尺寸。Scene  url : String 获取资源URL地址。 Scene viewport : Rectangle = null 视口大小,视口外子对象,将不被渲染(如果想实现裁剪效果,请使用srollRect),合理使用能提高渲染性能。比如由一个个小图...

来源: laya_api 发布时间: 20170929

275. laya.ani.swf.MovieClip_API3.0 [ 20%]

...响。 basePath basePath: string Defined in laya/ani/swf/MovieClip.ts:71 资源根目录。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display/Sprite.ts:273 指定鼠标事件检测是优先检测自身,还是优先检测其子对象。鼠标事件...

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

276. laya.ui.ComboBox_API3.0 [ 20%]

...oad("resource/ui/button.png", Handler.create(this,onLoadComplete));//加载资源。 } private function onLoadComplete():void { trace("资源加载完成!"); var comboBox:ComboBox = new ComboBox("resource/ui/button.png", "item0,item1,item2,item3,item4,item5");//创建一个 ComboBox 类实例...

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

277. laya.display.AnimationBase_API3.0 [ 19%]

... Inherited from Node.url Defined in laya/display/Node.ts:67 如果节点从资源中创建,这里记录是他url Returns string Inherited from Node.url Defined in laya/display/Node.ts:74 设置资源URL Parameters path: string Returns void viewport get viewport(): Rectangle set viewport(valu...

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

278. laya.ui.ColorPicker_API3.0 [ 19%]

...load("resource/ui/color.png", Handler.create(this,onLoadComplete));//加载资源。 } private function onLoadComplete():void { trace("资源加载完成!"); var colorPicket:ColorPicker = new ColorPicker();//创建一个 ColorPicker 类实例对象 colorPicket 。 colorPicket.skin = "resource/u...

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

279. laya.d3.core.Camera_API3.0 [ 19%]

... Inherited from Node.url Defined in laya/display/Node.ts:67 如果节点从资源中创建,这里记录是他url Returns string Inherited from Node.url Defined in laya/display/Node.ts:74 设置资源URL Parameters path: string Returns void viewMatrix get viewMatrix(): Matrix4x4 Defined in la...

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

280. laya.ui.Dialog_API3.0 [ 18%]

..."resource/ui/btn_close.png", Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():void { dialog = new Dialog_Instance();//创建一个 Dialog_Instance 类实例对象 dialog。 dialog.dragArea = "0,0,150,50";//设置 dialog 拖拽区域。 dialog.show();/...

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