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

大约有 1,534 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0064 秒)

1231. laya.d3.core.light.PointLight [ 46%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames PointLightProperties | Methods | Events | Constants Packagelaya.d3.core.lightClasspublic class PointLightInheritancePointLight LightSprite Sprite3D ComponentNode Node EventDispatcher Object PointLight 用于创建...

来源: laya_api 发布时间: 20170929

1232. laya.d3.core.light.DirectionLight [ 46%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames DirectionLightProperties | Methods | Events | Constants Packagelaya.d3.core.lightClasspublic class DirectionLightInheritanceDirectionLight LightSprite Sprite3D ComponentNode Node EventDispatcher Object DirectionLight ...

来源: laya_api 发布时间: 20170929

1233. laya.maths.Matrix4x4_API3.0 [ 46%]

...ited Externals Only exported Menu Globals "laya/maths/Matrix4x4" Matrix4x4 Class Matrix4x4 Matrix4x4 用于创建4x4矩阵。 Hierarchy Matrix4x4 Implements IClone Index Constructors constructor Properties elements DEFAULT DEFAULTINVERT ZERO Methods clone cloneByArray cloneTo decomposeTransRotMat...

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

1234. HttpRequest详解(JavaScript-LayaAir基础篇(JS)-数据与通信) [ 46%]

...n HttpRequestExtension() { HttpRequestExtension.__super.call(this); } Laya.class(HttpRequestExtension, 'HttpRequestExtension', _super); var __proto = HttpRequestExtension.prototype; __proto.send = function (url, data, method, responseType, headers) { (method === void 0) && (method = "get"); (respons...

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

1235. laya.display.Node_API3.0 [ 46%]

...ll Inherited Externals Only exported Menu Globals "laya/display/Node" Node Class Node Node 是可放在显示列表中的所有对象的基。该显示列表管理 Laya 运行时中显示的所有对象。使用 Node 排列显示列表中的显示对象。Node 对象可以有子显示对象...

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

1236. laya.particle.Particle2D [ 46%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames Particle2DProperties | Methods | Events Packagelaya.particleClasspublic class Particle2DInheritanceParticle2D Sprite Node EventDispatcher Object Particle2D 是2D粒子播放 Public Properties Hide Inherited Public...

来源: Laya2.0_api 发布时间: 20190513

1237. LayaAir DebugPanel 调试工具(ActionScript-2D进阶篇(AS3)-调试相关) [ 46%]

...package { import laya.debug.DebugPanel; import laya.display.Sprite; public class Main { public function Main() { //初始化舞台 Laya.init(1334,750); //调用DebugPanel调试面板 Laya.enableDebugPanel(); //设置舞台背景色 Laya.stage.bgColor = "#ffffff"; var Img:Sprite = new Sprite(); //添...

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

1238. laya.d3.math.Vector3_API3.0 [ 46%]

...erited Externals Only exported Menu Globals "laya/d3/math/Vector3" Vector3 Class Vector3 Vector3 用于创建三维向量。 Hierarchy Vector3 Implements IClone Index Constructors constructor Properties x y z ForwardLH ForwardRH NegativeUnitX ONE UnitX UnitY UnitZ Up ZERO Methods clone cloneTo cr...

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

1239. layaAir TS项目如何引用protoBuf库? [ 46%]

...码参考了上面那个连接,但稍微做了修改: // 程序入口 class GameMain{     constructor(){         var Loader = Laya.Loader;         var Browser = Laya.Browser;         var Handler = Laya.Handler;         var ProtoBuf = Browser.window.protobuf;       ...

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

1240. 微信小游戏关系链 我创建了一个开放域的项目 但是报错了 [ 45%]

...ld(this.img); this.setImg = function (src) { this.img.skin = src; } } Laya.class(RankListItem, "RankListItem", Laya.Box); //rankList var rankList = new Laya.List(); rankList.itemRender = RankListItem; rankList.repeatX = 1; rankList.repeatY = 4; // 使用但隐藏滚动条 rankList.vScrollBarSkin = "...

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