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

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

1341. laya.resource.NativeRenderTexture2D_API3.0 [ 40%]

...d Menu Globals "laya/resource/NativeRenderTexture2D" NativeRenderTexture2D Class NativeRenderTexture2D RenderTexture 用于创建渲染目标。 Hierarchy BaseTexture NativeRenderTexture2D Implements IRenderTarget Index Constructors constructor Properties _id _isCameraTarget _renderTarget depthSt...

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

1342. laya.d3.math.Native.ConchVector3 [ 40%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames ConchVector3Properties | Methods | Constants Packagelaya.d3.math.NativeClasspublic class ConchVector3InheritanceConchVector3 ObjectImplements laya.d3.core.IClone Vector3 用于创建三维向量。 Public Properties...

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

1343. 两个物体 ,如果在update里修改其中一个物体的rotationEuler,会触发另一个物体的onTriggerEnter回调 [ 40%]

...,建议用脚本方式实现,比如子弹脚本。 */ export default class GameUI extends ui.test.TestSceneUI { private mat1: Laya.BlinnPhongMaterial; private newScene: Laya.Scene3D; private sMapRes = "remote/model/res/Conventional/map1.ls" private sBullRes = "remote/model/res/Conventional/bull....

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

1344. laya.resource.RenderTextureCube_API3.0 [ 40%]

... exported Menu Globals "laya/resource/RenderTextureCube" RenderTextureCube Class RenderTextureCube SpotLight 用于创建RenderTextureCube。 Hierarchy RenderTexture RenderTextureCube Implements IRenderTarget Index Constructors constructor Properties _generateMipmap _id _inPool _isCameraTarget _r...

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

1345. laya.d3.webxr.core.WebXRRenderTexture_API3.0 [ 40%]

...ed Menu Globals "laya/d3/WebXR/core/WebXRRenderTexture" WebXRRenderTexture Class WebXRRenderTexture author miner 用来创建WebXRRenderTexture Hierarchy RenderTexture WebXRRenderTexture Implements IRenderTarget Index Constructors constructor Properties _generateMipmap _id _inPool _isCameraTarget...

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

1346. 分享:Laya开发TS项目使用pomelo客户端SDK(pomelo-jsclient-websocket) [ 40%]

...就几个函数,自行扩展另说,拿我自己的先抛个砖declare class PomeloClient { init(params:any, cb?:Function); request(route:string, msg?:any, cb?:Function); notify(route:string, params:any); on(event:string, cb:Function); off(event:string, cb:Function); disconnect(); } 我也是初...

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

1347. laya.html.dom.HTMLDivElement [ 40%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames HTMLDivElementProperties | Methods | Events Packagelaya.html.domClasspublic class HTMLDivElementInheritanceHTMLDivElement Sprite Node EventDispatcher ObjectSubclasses HTMLIframeElement HTML图文,用于显示html...

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

1348. 项目做了一周.然后打不开了.怎么办? [ 40%]

...ron-browser/workbench.main.js:95787 [Extension Host] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation d.logExtensionHostMessage @ /E:/laya/ide/LayaAirIDE_1.7.15/resources/app/out/vs/workbench/electron-browser/workbench.mai...

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

1349. laya.map.GridSprite [ 40%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames GridSpriteProperties | Methods | Events Packagelaya.mapClasspublic class GridSpriteInheritanceGridSprite Sprite Node EventDispatcher Object 地图的每层都会分块渲染处理 本就是地图的块数据 Public P...

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

1350. 列表组件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 40%]

...意基必须和预制体根节点型匹配,一般都是GButton。 class MyItem extends Laya.GButton { //注意!在onConstruct里才可以获取子对象,建议在这里做初始化,不要在构造函数里做初始化 onConstruct() { //this.xx = this.getChild("xx"); //this.xx.on(Laya.E...

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