大约有 2,250 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0096 秒)
Laya_社区(1851) Laya3.0_api(162) Laya2.0_文档(69) laya_api(67) Laya2.0_api(55) Laya3.0_文档(41) Laya2.0_示例(3) Laya_示例(2)
....1 简介 DrawCall可以理解为“绘制指令”,表示CPU调用图形API,给GPU发送图形绘制命令。一般CPU的内存读写或数据处理速度,相对于GPU的渲染速度是很慢的,也就是说GPU处理完数据了,CPU那里还有很多DrawCall 没有处理,此时GPU处于...
来源: Laya3.0_文档 发布时间: 20251010
...看`RenderState`中的枚举([地址](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?category=&class=_laya_d3_core_material_renderstate_.renderstate#srcblendrgb))。  框选部分为渲染状态,可以通过这些值修改渲染状态。 非框选部分为渲染状态...
来源: Laya2.0_文档 发布时间: 20210714
API DocumentationAll Packages | All Classes | Index | Frames No Frames PixelLineSprite3DProperties | Methods | Events Packagelaya.d3.core.pixelLineClasspublic class PixelLineSprite3DInheritancePixelLineSprite3D RenderableSprite3D Sprite3D Node EventDispatcher Object PixelLineSprite3D 类...
来源: Laya2.0_api 发布时间: 20190513
API DocumentationAll Packages | All Classes | Index | Frames No Frames MeshTerrainSprite3DProperties | Methods | Events Packagelaya.d3.coreClasspublic class MeshTerrainSprite3DInheritanceMeshTerrainSprite3D MeshSprite3D RenderableSprite3D Sprite3D Node EventDispatcher Object TerrainMeshSpr...
来源: Laya2.0_api 发布时间: 20190513
API DocumentationAll Packages | All Classes | Index | Frames No Frames MeshTerrainSprite3DProperties | Methods | Events | Constants Packagelaya.d3.coreClasspublic class MeshTerrainSprite3DInheritanceMeshTerrainSprite3D MeshSprite3D RenderableSprite3D Sprite3D ComponentNode Node EventDispa...
来源: laya_api 发布时间: 20170929
...件用来显示一段文字。Label 组件的脚本接口请参考 Label API。 1.1 创建Label 如图1-1所示,可以在层级窗口中右键进行创建,也可以从小部件窗口中拖拽添加。 (图1-1) Label组件拖放到编辑区后,设置 text 属性的值为 LayaAir IDE 后的...
来源: Laya3.0_文档 发布时间: 20251010
...法在AS3里实现,我们继续坚持AS3源码,那就是牺牲了引擎API功能的发展,这肯定是弊大于利的。 第二、从我们引擎使用的比例来分析,AS使用者一直在下滑,现已不足20%的使用者。而TS增长到60%多,从市场和绝大多数用户需求...
来源: Laya_社区 发布时间: 20190906
...跑的动画 Laya引擎给我们提供了自己创建动画模板的功能 API如下 好~~ 这次真要开始写代码了 (function () { /** * 玩家类 */ function Player(){ //记录当前动作 this.action = null; //玩家 this.body = null; //跳 统计数 this.jumpCount = 0; //跳 最大次...
来源: Laya_社区 发布时间: 20160801
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/scene/Scene3D" Scene3D Class Scene3D 用于实现3D场景。 Hierarchy Sprite Scene3D Implements ISubmit Index Constructors...
来源: Laya3.0_api 发布时间: 20231115
...来增加单选框。RadioGroup组件的详细用法可以参考RadioGroup API。 一、通过LayaAir IDE创建RadioGroup组件 1.1 创建RadioGroup 如图1-1所示,点击选择小部件面板里的RadioGroup组件,拖放到页面编辑区,或者在层级窗口中通过右键创建,即可添...
来源: Laya3.0_文档 发布时间: 20251016