• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 3,334 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0110 秒)

3221. 缓动-时间线 [ 38%]

...LayaPlayer运行器。核心引擎LayaAir性能全球领先,支持2D3D、VR开发,支持AS3、JavaScript、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。(function () { var Sprite = Laya.Sprite; var Stage = Laya.Stage; var Event = Laya.Event; var Keyboard = Laya.Keyboard;...

来源: Laya_示例 发布时间: 20260303

3222. 后处理 · LayaAir3.4 · 引擎文档 · LAYABOX [ 38%]

...stProcessing)是现代游戏中必不可少的技术之一。它通过对3D场景渲染完成的最终图像进行二次处理,实现不同的视觉效果或艺术风格。 下面这两张图片展示了引擎中景深模糊的效果,可以看到开启后处理效果后场景背景变模糊了...

来源: Laya3.0_文档 发布时间: 20260105

3223. 物理引擎-布 [ 37%]

...LayaPlayer运行器。核心引擎LayaAir性能全球领先,支持2D3D、VR开发,支持AS3、JavaScript、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。(function() { var Sprite = Laya.Sprite; var Stage = Laya.Stage; var WebGL = Laya.WebGL; var Browser = Laya.Browser; va...

来源: Laya_示例 发布时间: 20260303

3224. laya.display.AnimationBase_API3.0 [ 37%]

...obalScaleX globalScaleY graphics height hideFlags hitArea index interval is3D isPlaying mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleX scaleY scene scrollRect skewX skewY stage staticCache texture timer transform url viewport visible width x y zOrder Methods _initia...

来源: Laya3.0_api 发布时间: 20231115

3225. laya.device.media.Video_API3.0 [ 37%]

...obalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D loop mask mouseEnabled mouseX mouseY muted numChildren parent paused pivotX pivotY playbackRate preload readyState rotation scaleX scaleY scene scrollRect seekable seeking skewX skewY stage staticCache texture timer transf...

来源: Laya3.0_api 发布时间: 20231102

3226. 鼠标交互-Hold [ 37%]

...LayaPlayer运行器。核心引擎LayaAir性能全球领先,支持2D3D、VR开发,支持AS3、JavaScript、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。const HOLD_TRIGGER_TIME = 1000, apePath = "res/apes/monkey2.png"; let isApeHold = false; class Interaction_Hold { cons...

来源: Laya2.0_示例 发布时间: 20260303

3227. laya.display.FrameAnimation_API3.0 [ 37%]

...obalScaleX globalScaleY graphics height hideFlags hitArea index interval is3D isPlaying mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleX scaleY scene scrollRect skewX skewY stage staticCache texture timer transform url viewport visible width x y zOrder Methods _initia...

来源: Laya3.0_api 发布时间: 20231115

3228. 问一个关于小游戏加载图片的问题 [ 37%]

...? 请问layaide如何创建一个复合的Button 分享一个TS版本的3D2D结合的单机斗地主Demo 请问下loader如何强制加载一个文件,避免浏览器的缓存 路径是对的,但老是,调试控制台提示:错误,图片是IDE自带的,也不显示 问题状态 最新...

来源: Laya_社区 发布时间: 20180426

3229. laya.spine.SpineSkeleton_API3.0 [ 37%]

...obalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D loop mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY playState rotation scaleX scaleY scene scrollRect skewX skewY skinName source stage staticCache templet texture timer transform url viewport visible wid...

来源: Laya3.0_api 发布时间: 20231115

3230. 单选框组容器组件 · LayaAir3.4 · 引擎文档 · LAYABOX [ 37%]

..."vertical"; rg.labels = "Item1, Item2, Item3"; rg.labelColors = "#787878,#d3d3d3,#FFFFFF"; rg.labelSize = 20; rg.labelBold = true; rg.selectHandler = new Laya.Handler(this, this.onSelectChange); this.owner.addChild(rg); return rg; } private onSelectChange(index: number): void { console.log("你选...

来源: Laya3.0_文档 发布时间: 20251016