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

大约有 2,548 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0061 秒)

241. UI-Clip [ 91%]

...ter.index = currFrame; controller.label = "暂停"; } } })();module laya { import Stage = Laya.Stage; import Button = Laya.Button; import Clip = Laya.Clip; import Image = Laya.Image; import Handler = Laya.Handler; import WebGL = Laya.WebGL; export class UI_Clip { private buttonSkin: string = "../../...

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

242. UI-Image [ 91%]

...; dialog.pos(165, 62.5); Laya.stage.addChild(dialog); } })();module laya { import Stage = Laya.Stage; import Image = Laya.Image; import WebGL = Laya.WebGL; export class UI_Image { constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(550, 400, WebGL); Laya.stage.alignV = Stage.ALIGN_MI...

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

243. 鼠标交互-修正交互区域 [ 91%]

... { logger.text += "点击 - " + e.target.name + "\n"; } })();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Text = Laya.Text; import Event = Laya.Event; import Browser = Laya.Browser; import WebGL = Laya.WebGL; export class Interaction_FixInteractiveRegion { private log...

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

244. 材质-PBRStandard材质 [ 91%]

...rial = mat; }); } } new PBRStandardMaterialDemo();package materialModule { import common.CameraMoveScript; import laya.d3.core.BaseCamera; import laya.d3.core.Camera; import laya.d3.core.MeshSprite3D; import laya.d3.core.material.PBRStandardMaterial; import laya.d3.core.scene.Scene; import laya.d3.m...

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

245. 图集动画(ActionScript-LayaAir基础篇(AS3)-动画基础) [ 91%]

...口文档类AtlasAniDemo.as,并编写代码如下: ```java package { import laya.display.Animation; import laya.display.Stage; import laya.maths.Rectangle; import laya.net.Loader; import laya.utils.Browser; import laya.utils.Handler; import laya.webgl.WebGL; public class HelloLayabox { private c...

来源: Laya2.0_文档 发布时间: 20210715

246. 调试-帧率统计 [ 91%]

..., Browser.clientHeight - 100 >> 1); } } new Debug_FPSStats();module laya { import Browser = Laya.Browser; import Stat = Laya.Stat; export class Debug_FPSStats { constructor() { Laya.init(Browser.clientWidth, Browser.clientHeight); Stat.show(Browser.clientWidth - 120 >> 1, Browser.clientHeight - 100 ...

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

247. UI-ComboBox [ 91%]

...b) { console.log("选中了: " + cb.selectedLabel); } })();module laya { import Stage = Laya.Stage; import ComboBox = Laya.ComboBox; import Handler = Laya.Handler; import WebGL = Laya.WebGL; export class UI_ComboBox { private skin: string = "../../res/ui/combobox.png"; constructor() { // 不支持...

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

248. 文本-复杂的文本样式 [ 91%]

...ight - txt.textHeight) / 2; Laya.stage.addChild(txt); } })();module laya { import Stage = Laya.Stage; import Text = Laya.Text; import Browser = Laya.Browser; import WebGL = Laya.WebGL; export class Text_ComplexStyle { constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.client...

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

249. sound manager在MOUSE_OVER事件中无法播放 [ 91%]

...按钮后播放一个音效,求解决方案。 module laya {     import Sprite = Laya.Sprite;     import Stage = Laya.Stage;     import Text = Laya.Text;     import Event = Laya.Event;     import SoundManager = Laya.SoundManager;     import Browser = Lay...

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

250. 粒子系统-场景与粒子 [ 91%]

...mponent(CameraMoveScript); } } new Particle_Scene;package particleModule { import common.CameraMoveScript; import laya.d3.core.Camera; import laya.d3.core.scene.Scene; import laya.d3.math.Vector3; import laya.display.Stage; import laya.utils.Stat; /** * ... * @author ... */ public class Particle_Sce...

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