大约有 351 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0083 秒)
...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/AutoBitmap" AutoBitmap Class AutoBitmap AutoBitmap 类是用于表示位图图像或绘制图形的显示对象。 封装了位置,宽...
来源: Laya3.0_api 发布时间: 20231115
...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/display/Animation" Animation Class Animation Animation 是Graphics动画类。实现了基于Graphics的动画创建、播放、控制接口...
来源: Laya3.0_api 发布时间: 20231115
...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/RenderObjs/NativeOBJ/NativeTransform3D" NativeTransform3D Class NativeTransform3D Transform3D 类用于实现3D变换。 Hierarchy Transf...
来源: Laya3.0_api 发布时间: 20231115
...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/display/Stage" Stage Class Stage Stage 是舞台类,显示列表的根节点,所有显示对象都在舞台上显示。通过 Laya.stage...
来源: Laya3.0_api 发布时间: 20231115
...8 laya_ide_time.require.single.path: 0.0239ms gulp.js:8 laya_ide_time.gulp.all.require: 82.6ms gulp.js:27 laya_ide_time.require.single.../package: 0.696ms gulp.js:8 laya_ide_time.gulp.exec: 5.33ms gulp.js:251 env.modulePackage:3.9.1 gulp.js:119 Working directory changed to D:\workspace\layabox\LayaA...
来源: Laya_社区 发布时间: 20200607
API DocumentationAll Packages | All Classes | Index | Frames No Frames SliderProperties | Methods | Events Packagelaya.uiClasspublic class SliderInheritanceSlider UIComponent Sprite Node EventDispatcher ObjectSubclasses HSlider, VSlider 使用 Slider 控件,用户可以通过在滑块轨...
来源: Laya2.0_api 发布时间: 20190513
...方式有两种: 使用numItems重新设置数量。 GList.refreshVirtualList。 不允许使用addChild或removeChild对虚拟列表增删对象。如果要清空列表,必须要通过设置numItems=0,而不是removeChildren。 虚拟列表支持可变大小的item,可以通过两种方式...
来源: Laya3.0_文档 发布时间: 20251128
... Viewport Rect(标准视图矩形) 支持(包括:X、Y、W、H) Allow HDR(允许渲染高动态色彩画面) 支持 Culling Mask在Unity中设置无效,但是layaAir引擎中是支持的,默认值相当于Unity中的Everything,也可以通过引擎的cullingMask进行设置层ID...
来源: Laya3.0_文档 发布时间: 20251010
.../回到站立状态 this.animator.crossFade("Stand", 0.1); Laya.timer.clearAll(this); } }); } } 看看运行效果,如动图6-6所示: (动图6-6) 6.3 使用状态脚本 对我们的开发需求来说,能够播放和切换动画状态还不够,可能还需要在每一个状态内实现...
来源: Laya3.0_文档 发布时间: 20251010
...ns : [ { caption : "点我", event: "my_click" } ] } } ] } ]); this._panel.allowUndo = true; //根据需要设置 //如果不需要undo功能,也可以直接this._data = {}; this._data = IEditor.DataWatcher.watch({}); //inspect可以多次调用,将多个数据组合在一个面板编辑 this._p...
来源: Laya3.0_文档 发布时间: 20251010