大约有 22 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0100 秒)
...s ISceneRenderManager Index Constructors constructor Properties _customCullList _customUpdateList Accessors list Methods addMotionObject addRenderObject destroy removeMotionObject removeRenderObject updateMotionObjects Constructors constructor new NativeSceneRenderManager(): NativeSceneRenderManager...
来源: Laya3.0_api 发布时间: 20231115
...Manager Index Constructors constructor Properties _motionRenders Accessors list Methods addMotionObject addRenderObject destroy removeMotionObject removeRenderObject updateMotionObjects Constructors constructor new SceneRenderManagerOBJ(): SceneRenderManagerOBJ Defined in laya/d3/RenderObjs/RenderOb...
来源: Laya3.0_api 发布时间: 20231115
...d in laya/d3/component/Volume/VolumeManager.ts:89 add motion obj to handle list Parameters renderObj: BaseRender Returns void needreCaculateAllRenderObjects needreCaculateAllRenderObjects(): boolean Defined in laya/d3/component/Volume/VolumeManager.ts:164 Returns boolean reCaculateAllRenderObjects r...
来源: Laya3.0_api 发布时间: 20231115
...tShadow以后,模型会莫名其妙消失,物体渲染队列的_IndexInList会被破坏 Laya3D里的material可以设置flat shading么 自定义场景类导出layaMaxUI.ts有前缀导致报错 anchor锚点设置不生效 在List渲染的时候,在滚动一个list的时候,如何实现另一...
来源: Laya_社区 发布时间: 20190814
列表组件(List)一、通过LayaAir IDE创建List组件1.1 List的组成1.2 创建List1.3 List组件常用属性二、通过代码创建List组件列表组件(List) List组件可显示项目列表,默认为垂直方向列表。List的每一个列表通常是一样的,也可以使用...
来源: Laya3.0_文档 发布时间: 20251010
...Dialog之外的区域关闭弹框 Layaair IDE的帧属性面板不见了 List 组件列表渲染异常 layaair3.1.3版本打出的项目中的text与label组件在vivo小游戏引擎1105及以下文字显示异常 如何设置Sprite的宽高和点击区域? ui list 里面的元素不能点击两...
来源: Laya_社区 发布时间: 20250825
...blic/Protected All Inherited Externals Only exported Menu Globals "laya/ui/List" List Class List List 控件可显示项目列表。默认为垂直方向列表。可通过UI编辑器自定义列表。 example 以下示例代码,创建了一个 List 实例。 package { import laya.ui.List; import l...
来源: Laya3.0_api 发布时间: 20231115
...I DocumentationAll Packages | All Classes | Index | Frames No Frames ListProperties | Methods | Events Packagelaya.uiClasspublic class ListInheritanceList Box UIComponent Sprite Node EventDispatcher ObjectImplements IRender, IItem List 控件可显示项目列表。默认为垂直方向列...
来源: Laya2.0_api 发布时间: 20190513
...法,示例如下: onEnable(): void { const jsonPath: string = "json/bagList.json"; Laya.loader.load(jsonPath).then((json) => { let _json = json.data; if (_json.bagList && _json.bagList.length > 0) { //把json数据传递给list组件的数据源属性array this.bagList.array = _jso...
来源: Laya3.0_文档 发布时间: 20251010
... _temp: Sprite; private _allAgent: Nav2DAgent[] = []; private findCompents(lists: any[], sprite: Sprite, componentType: typeof Component) { let comp = sprite.getComponent(componentType); if (comp != null) { lists.push(comp); } for (var i = 0; i < sprite.numChildren; i++) { let child = sprite.getC...
来源: Laya3.0_文档 发布时间: 20251010