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

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

321. laya.ui.ScrollBar [ 46%]

...alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值为0-1,设置anchorY值最终通过pivotY值来改变节点轴心点。UIComponent  autoHide : Boolean = false一个...

来源: Laya2.0_api 发布时间: 20190513

322. laya.map.GridSprite_API3.0 [ 46%]

...如果节点需要加载相关皮肤,但放在不同域,这里可以设置 Optional _url _url: string Inherited from Node._url Defined in laya/display/Node.ts:55 aniSpriteArray aniSpriteArray: any[] Defined in laya/map/GridSprite.ts:23 当前GRID包含动画 autoSize autoSize: boolean = fa...

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

323. laya.ui.Label [ 46%]

...alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值为0-1,设置anchorY值最终通过pivotY值来改变节点轴心点。UIComponent autoSize : Boolean = false 指定...

来源: Laya2.0_api 发布时间: 20190513

324. laya.ui.Box [ 46%]

...alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值为0-1,设置anchorY值最终通过pivotY值来改变节点轴心点。UIComponent autoSize : Boolean = false 指定...

来源: Laya2.0_api 发布时间: 20190513

325. AS3与JS混合编码(ActionScript-2D进阶篇(AS3)-扩展模块) [ 46%]

...程即可,LayaAir类库暂时可以忽略,项目启动类这里设置为Main.as ;然后新建一个`require.as`。 require.as 代码如下: ```java package { /*[IF-FLASH-BEGIN]*/ public class require { public function require(path:String) { } } /*[IF-FLASH-END]*/ } ``` ​ 项目启...

来源: Laya2.0_文档 发布时间: 20210715

326. laya.d3.core.light.PointLight [ 45%]

...听器能够接收事件通知。 如果侦听鼠标事件,则会自动设置自己和父亲节点属性 mouseEnabled 值为 true(如果父节点mouseEnabled=false,则停止设置父节点mouseEnabled属性)。 Node onAwake():void 组件被激活后执行,此时所有节点和组件均...

来源: Laya2.0_api 发布时间: 20190513

327. laya.ani.swf.MovieClip_API3.0 [ 45%]

...如果节点需要加载相关皮肤,但放在不同域,这里可以设置 Optional _url _url: string Inherited from Node._url Defined in laya/display/Node.ts:55 autoSize autoSize: boolean = false Inherited from Text.autoSize Defined in laya/display/Sprite.ts:265 指定是否自动计算宽...

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

328. laya.ui.VBox [ 45%]

...alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值为0-1,设置anchorY值最终通过pivotY值来改变节点轴心点。UIComponent autoSize : Boolean = false 指定...

来源: Laya2.0_api 发布时间: 20190513

329. laya.ui.TipManager [ 45%]

...alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值为0-1,设置anchorY值最终通过pivotY值来改变节点轴心点。UIComponent autoSize : Boolean = false 指定...

来源: Laya2.0_api 发布时间: 20190513

330. laya.ui.Dialog [ 45%]

...实现对话框弹出,拖动,模式窗口功能。 可以通过UIConfig设置弹出框背景透明度,模式窗口点击边缘是否关闭等 通过设置zOrder属性,可以更改弹出层次 通过设置popupEffect和closeEffect可以设置弹出效果和关闭效果,如果不想有任...

来源: laya_api 发布时间: 20170929