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

大约有 2,159 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0054 秒)

1231. 文本-滚动文本 [ 65%]

...ipt、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。(function() { var Stage = Laya.Stage; var Text = Laya.Text; var Event = Laya.Event; var Browser = Laya.Browser; var WebGL = Laya.WebGL; var txt; var prevX = 0; var prevY = 0; (function() { // 不支持WebGL时自动切换至Ca...

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

1232. laya.html.UBBParser_API3.0 [ 65%]

...ss with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface Static property

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

1233. Laya3D_API3.0 [ 65%]

...ya3D enablePhysics createRenderObjInit init Legend Object literal Variable Function Type alias Class Class with type parameter Enumeration Interface Static method

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

1234. 灯光-聚光 [ 65%]

...onkey/LayaMonkey.lh")); layaMonkey.once(Laya.Event.HIERARCHY_LOADED, this, function () { var aniSprite3d = layaMonkey.getChildAt(0); var animator = aniSprite3d.getComponentByType(Laya.Animator); animator.play(null, 1.0, 115, 150); }); var _quaternion = new Laya.Quaternion(); var _position = new Laya...

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

1235. laya.display.cmd.ScaleCmd_API3.0 [ 65%]

...eCmd pivotX pivotY scaleX scaleY ID recover Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface Static property

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

1236. laya.loaders.Texture2DLoader_API3.0 [ 65%]

...rnalResources videoFormats propertyParams2d Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface

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

1237. laya.d3.loaders.AnimationControllerLoader_API3.0 [ 65%]

...rollerLoader load loadAvatarMask loadStates Legend Object literal Variable Function Type alias Class Class with type parameter Method Enumeration Interface

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

1238. laya.d3.math.Ray_API3.0 [ 65%]

...ss with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface

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

1239. laya.components.Animation2DNext_API3.0 [ 65%]

...Animation2DNext constructor conditions name Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Property Enumeration Interface

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

1240. Sprite-根据数据绘制路径 [ 65%]

...ls.Browser; import laya.webgl.WebGL; public class Sprite_DrawPath { public function Sprite_DrawPath() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.sc...

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