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

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

1661. laya.ui.VSlider [ 26%]

...以像素为单位)。 UIComponent changeHandler : Handler 数据变化处理器。 默认回调参数为滑块位置属性 value属性值:Number 。 Slider customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自定义渲染,才能使用customRender函数...

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

1662. laya.ui.DialogManager [ 26%]

...t : Boolean 指定是否对使用了 scrollRect 的显示对象进行优化处理。默认为false(不优化)。 当值为ture时:将对此对象使用了scrollRect 设定的显示区域以外的显示内容不进行渲染,以提高性能(如果子对象有旋转缩放或者中心点偏移,则...

来源: laya_api 发布时间: 20170929

1663. laya.ui.HSlider [ 26%]

...以像素为单位)。 UIComponent changeHandler : Handler 数据变化处理器。 默认回调参数为滑块位置属性 value属性值:Number 。 Slider customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自定义渲染,才能使用customRender函数...

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

1664. laya.resource.Texture_API3.0 [ 26%]

...obals "laya/resource/Texture" Texture Class Texture Texture 是一个纹理处理类。 Hierarchy Resource Texture Index Constructors constructor Properties _id _sizeGrid _stateNum destroyedImmediately lock name offsetX offsetY sourceHeight sourceWidth url uuid DEBUG Accessors bitmap cpuMemory destr...

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

1665. laya.ui.Tab [ 26%]

...1。 UIGroup selectHandler : Handler 改变 Group 的选择项时执行的处理器,(默认返回参数: 项索引(index:int))。 UIGroup selection : ISelect 获取或设置当前选择的项对象。 UIGroup skewX : Number水平倾斜角度,默认值为0。以角度为单位。Sprite ...

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

1666. laya.ui.RadioGroup [ 26%]

...1。 UIGroup selectHandler : Handler 改变 Group 的选择项时执行的处理器,(默认返回参数: 项索引(index:int))。 UIGroup selection : ISelect 获取或设置当前选择的项对象。 UIGroup skewX : Number水平倾斜角度,默认值为0。以角度为单位。Sprite ...

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

1667. laya.map.MapLayer [ 26%]

...t : Boolean 指定是否对使用了 scrollRect 的显示对象进行优化处理。默认为false(不优化)。 当值为ture时:将对此对象使用了scrollRect 设定的显示区域以外的显示内容不进行渲染,以提高性能(如果子对象有旋转缩放或者中心点偏移,则...

来源: laya_api 发布时间: 20170929

1668. laya.map.GridSprite_API3.0 [ 26%]

...p/GridSprite" GridSprite Class GridSprite 地图的每层都会分块渲染处理 本类就是地图的块数据 author ... Hierarchy Sprite GridSprite Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url aniSpriteArray autoSize drawImageNum hitTestPrior isAloneObje...

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

1669. laya.ani.swf.MovieClip_API3.0 [ 26%]

...swf/MovieClip" MovieClip Class MovieClip MovieClip 用于播放经过工具处理的 swf 动画。 Hierarchy Sprite MovieClip Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize basePath hitTestPrior interval loop mouseThrough name tag drawtocanvCtx Acc...

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

1670. [LayaAirIDE3]xcode切入切出声音不播放 [ 25%]

... 1);             }         });     }      // 强制播放并处理状态异常     private forcePlay(url: string) {         // 先尝试通过 Laya 引擎播放         const channel = Laya.SoundManager.playMusic(url, 1);          if (channel) {             consol...

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