大约有 1,715 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0087 秒)
Laya_社区(1563) Laya2.0_文档(51) Laya3.0_api(33) Laya3.0_文档(29) Laya2.0_api(22) laya_api(16) Laya_示例(1)
...的计算负担、降低了硬件设备的性能要求,在保证画质和动画流畅度的同时,允许更庞大的场景,更为复杂的景物设定,这在一定程度上提升了游戏或者其他可视化产品的表现力和用户体验。 LOD常用于电子游戏、虚拟现实、城...
来源: Laya3.0_文档 发布时间: 20251010
...和关闭自动缓存 LayaAir引擎使用TiledMap时,默认会将没有动画的地块自动缓存起来,并且缓存类型默认为normal。 ```java //自动缓存没有动画的地块 this.tMap.autoCache = true; //自动缓存的类型,地图较大时建议使用normal this.tMap.autoCacheType ...
来源: Laya2.0_文档 发布时间: 20210715
...和关闭自动缓存 LayaAir引擎使用TiledMap时,默认会将没有动画的地块自动缓存起来,并且缓存类型默认为normal。 ```java //自动缓存没有动画的地块 this.tMap.autoCache = true; //自动缓存的类型,地图较大时建议使用normal this.tMap.autoCacheType ...
来源: Laya2.0_文档 发布时间: 20210715
...Templet" AnimationTemplet Class AnimationTemplet AnimationTemplet 类用于动画模板资源。 Hierarchy Resource AnimationTemplet Templet Index Constructors constructor Properties _id destroyedImmediately lock name url uuid DEBUG interpolation Accessors cpuMemory destroyed gpuMemory id obsolute r...
来源: Laya3.0_api 发布时间: 20231115
...和关闭自动缓存 LayaAir引擎使用TiledMap时,默认会将没有动画的地块自动缓存起来,并且缓存类型默认为normal。 ```java //自动缓存没有动画的地块 tMap.autoCache = true; //自动缓存的类型,地图较大时建议使用normal tMap.autoCacheType = "normal"...
来源: Laya2.0_文档 发布时间: 20210714
十几秒以后动画渲染时间变长,帧率变慢,是怎么回事? 我在一个sprite中添加了一个进度条,一个序列帧动画,一个图片,让这个sprite左右来回移动. 我的做法是启动frameLoop, 每帧移动3个像素. 结果是开始帧率在60,渲染时间保持在16, 过...
来源: Laya_社区 发布时间: 20180515
... Node SHADERDEFINE_BONE : int[static] 精灵级着色器宏定义,蒙皮动画。SkinnedMeshSprite3D SHADERDEFINE_RECEIVE_SHADOW : int[static] 精灵级着色器宏定义,接收阴影。RenderableSprite3D SHADERDEFINE_SCALEOFFSETLIGHTINGMAPUV : int[static] 精灵级着色器宏定义,光照贴...
来源: Laya2.0_api 发布时间: 20190513
...始化页面 onClose在每次关闭的时候调用,适合关闭时停止动画,网络消息监听等逻辑 onDestroy在页面被销毁的时候调用,适合置空引用对象 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number...
来源: laya_api 发布时间: 20170929
...Base Sprite Node EventDispatcher ObjectSubclasses EffectAnimation 关键帧动画播放类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawca...
来源: laya_api 发布时间: 20170929
...ts/AnimatorController2D" AnimatorController2D Class AnimatorController2D 2D动画控制器 Hierarchy Resource AnimatorController2D Index Constructors constructor Properties _id destroyedImmediately lock name url uuid DEBUG Accessors cpuMemory destroyed gpuMemory id obsolute referenceCount cpuMemory ...
来源: Laya3.0_api 发布时间: 20231115