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

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

281. laya.d3.core.trail.TrailMaterial_API3.0 [ 82%]

... shaderData stencilOp stencilRef stencilTest stencilWrite texture tilingOffset cpuMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory addDefine clone cloneTo destroy effectiveProperty event getBool getBoolByIndex getBuffer getBufferByInde...

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

282. laya.d3.core.material.SkyBoxMaterial_API3.0 [ 82%]

...puMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory addDefine clone cloneTo destroy effectiveProperty event getBool getBoolByIndex getBuffer getBufferByIndex getColor getColorByIndex getFloat getFloatByIndex getInt getIntByIndex getMatr...

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

283. laya.d3.core.light.LightSprite [ 82%]

...过 callLater 函数设置),则立即执行延迟调用函数。 Node setChildIndex(node:Node, index:int):Node 设置子节点的索引位置。 Node timerLoop(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true, jumpFrame:Boolean = false):void 定时重复执...

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

284. laya.d3.physics.shape.BoxColliderShape_API3.0 [ 82%]

...RIENTATION_UPX SHAPEORIENTATION_UPY SHAPEORIENTATION_UPZ Accessors localOffset localRotation sizeX sizeY sizeZ type Methods clone cloneTo destroy updateLocalTransformations Constructors constructor new BoxColliderShape(sizeX?: number, sizeY?: number, sizeZ?: number): BoxColliderShape Overrides Colli...

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

285. laya.d3.core.material.SkyPanoramicMaterial_API3.0 [ 82%]

...puMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory addDefine clone cloneTo destroy effectiveProperty event getBool getBoolByIndex getBuffer getBufferByIndex getColor getColorByIndex getFloat getFloatByIndex getInt getIntByIndex getMatr...

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

286. laya.d3.webxr.core.WebXRSessionManager_API3.0 [ 82%]

...c initializeXRGL isSessionSupportedAsync off offAll offAllCaller on once resetReferenceSpace runXRRenderLoop setReferenceSpaceTypeAsync updateRenderStateAsync updateTargetFrameRate Properties baseReferenceSpace baseReferenceSpace: any Defined in laya/d3/WebXR/core/WebXRSessionManager.ts:24 baseRefer...

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

287. laya.d3.text.TextMesh_API3.0 [ 82%]

...的 TextMesh 实例。 Returns TextMesh Accessors color get color(): Color set color(value: Color): void Defined in laya/d3/text/TextMesh.ts:48 获取颜色。 Returns Color 颜色。 Defined in laya/d3/text/TextMesh.ts:56 设置颜色。 Parameters value: Color Returns void 颜色。 fontSize get f...

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

288. laya.display.Text [ 82%]

...e(如果父节点手动设置为false,则不会更改)。 Sprite mouseThrough : Boolean = false 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件的捕获阶段,此阶段引擎会从stage开始递归检测stage及其子对象,直到找到命中的...

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

289. ReferenceError: Loader is not defined 搞不懂引擎原生的也会报这个错? [ 82%]

...veControl.startGame();  //点击重置按钮,重新开始 this.button_reset.on(Laya.Event.CLICK, this, this.onClickReset);  let partPath = "res/aixin_bao.part"; Laya.loader.load(partPath, Laya.Handler.create(this, this.onAssetsLoaded), null, Loader.JSON); }  onAssetsLoaded(settings) {     ...

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

290. 版本1.7.14beta , tsconfig.json里 target设置为es6, 项目发布时会报错, [ 82%]

...置为es6, 项目发布时会报错, 移植代码, 因为用了get,set函数, 子类又有重写get,set 的需求,子类的get,set 又无法调用父类的get,set, 所以用了es6, 发现发布的项目的时候会报错, Files\LayaAirIDE\resources\app\node_modules\uglify-js\...

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