大约有 143 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0054 秒)
...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/physics/RigidBody" RigidBody Class RigidBody 2D刚体,显示对象通过RigidBody和物理世界进行绑定,保持物理和显示对象...
来源: Laya3.0_api 发布时间: 20231115
...个使用同一材质的静态物体在绘制的时候只使用一个drawcall,进而节省了CPU。在光照计算上,static的物体也更快一些。 另外,当勾选Static时,编辑器会询问是否同时改变所有子对象的静态标志,如图2-5所示 (图2-5) 当然也可以...
来源: Laya3.0_文档 发布时间: 20250103
...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/media/VideoTexture" VideoTexture Class VideoTexture VideoTexture 多媒体纹理 Hierarchy BaseTexture VideoTexture Index Constructors const...
来源: Laya3.0_api 发布时间: 20231115
API DocumentationAll Packages | All Classes | Index | Frames No Frames RigidBodyProperties | Methods Packagelaya.physicsClasspublic class RigidBodyInheritanceRigidBody Component Object 2D刚体,显示对象通过RigidBody和物理世界进行绑定,保持物理和显示对象之间的...
来源: Laya2.0_api 发布时间: 20190513
...index.html,预览时会重新生成新的模板 Copyright ©Layabox 2025 all right reserved,powered by LayaAir Engine更新时间: 2025-01-03 16:42:22 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20250103
... //... } 3.5 串行和并行 本节主要介绍两个方法:chain()和parallel()。 chain():当开发者想要顺序执行多个缓动效果时,就可以使用chain()方法,此方法会将多个缓动效果串行在一起,并依次执行这些缓动效果。例如,开发者想要将aSpri...
来源: Laya3.0_文档 发布时间: 20250214
...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/resource/Texture" Texture Class Texture Texture 是一个纹理处理类。 Hierarchy Resource Texture Index Constructors constructor Proper...
来源: Laya3.0_api 发布时间: 20231115
...本组件5.2 尽可能避免使用文本描边5.3 被文本打断的DrawCall优化文本进阶使用 LayaAir引擎与IDE提供了丰富的文本组件,适用于各种文本应用场景。本篇分别就IDE中的显示文本组件、位图文本组件、可输入文本组件,这几个类型的组...
来源: Laya3.0_文档 发布时间: 20240910
...示在哪里。显示效果如下: (图4-4) Copyright ©Layabox 2025 all right reserved,powered by LayaAir Engine更新时间: 2025-01-03 16:42:21 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20250103
...ns : [ { caption : "点我", event: "my_click" } ] } } ] } ]); this._panel.allowUndo = true; //根据需要设置 //如果不需要undo功能,也可以直接this._data = {}; this._data = IEditor.DataWatcher.watch({}); //inspect可以多次调用,将多个数据组合在一个面板编辑 this._p...
来源: Laya3.0_文档 发布时间: 20250214