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

大约有 3,124 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0093 秒)

2711. laya.d3.core.render.BloomEffect_API3.0 [ 42%]

...ilable ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/render/BloomEffect" BloomEffect Class BloomEffect BloomEffect 类用于创建泛光效果。 Hierarchy PostProcessEffect BloomEffect Index Constructors constructor Properties clamp color di...

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

2712. laya.utils.Timer_API3.0 [ 42%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/utils/Timer" Timer Class Timer Timer 是时钟管理类。它是一个单例,不要手动实例化此类,应该通过 Laya.timer 访问。 Hierarchy Timer Index Constructors constructor Propert...

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

2713. LayaAir能做RPG吗?不要问我能不能,因为我已经在做 - 杀意来袭 [ 42%]

...人封装了pomloClient如:  /** 基于pomelo网络握手通讯*/     export class Socket extends Laya.EventDispatcher {         private pomelo: Pomelo;         private mDecorate:Decorate;//装饰器         private mHost: string;         private mPort: number;         priva...

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

2714. laya.d3.renderobjs.nativeobj.NativeIndexBuffer3D_API3.0 [ 42%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/RenderObjs/NativeOBJ/NativeIndexBuffer3D" NativeIndexBuffer3D Class NativeIndexBuffer3D Hierarchy IndexBuffer3D NativeIndexBuffer3D Index Constructors constructor Properties _buffer _bufferType ...

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

2715. 鼠标交互-拖动 [ 42%]

... = Laya.Browser; import Handler = Laya.Handler; import WebGL = Laya.WebGL; export class Interaction_Drag { private ApePath: string = "res/apes/monkey2.png"; private ape: Sprite; private dragRegion: Rectangle; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Br...

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

2716. [LayaNative2]使用最新版2.13.9.3的安卓库会5-7分钟固定断网一次 [ 41%]

...2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? Layabox 2.0 bate5 运行编译之后 bundle.js 文件里面没有使用命名空间类文件的定义!导致运行时 找不到类的定义!这是为什么? 已上传 Demo 附件 LayaAir3D UnityPlugin 使用...

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

2717. 请问,如何获得StandardMaterial,为什么transformUV始终是null [ 41%]

...2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 请问下loader如何强制加载一个文件,避免浏览器的缓存 请问layaide如何创建一个复合的Button 问题状态 最新活动: 2017-11-27 21:21 浏览: 972 关注: 2 人 game4d • 2017-11-27 2...

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

2718. 我用as3调试的matter.js,刚体发生碰撞后不会旋转,我的代码在附件里 [ 41%]

...2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 关于Laya实现Matter.js官方案例凹多边形的问题 laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 Laya2.6.0beta 物理引擎 刚体碰撞点位置...

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

2719. 我用layaIDE构建了一个Android Studio原生APP,构建的时候选择的单机版,构建成功后,我运行项目,提示加载游戏失败,可能由于您的网络不稳定,请退出重进,可是我的是单机版的啊 [ 41%]

...2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 微信小程序—未找到入口 app.json 文件,或者文件读取失败,请检查后重新编译。 点击代码编辑模器 就提示无法打开代码编辑器 请配置 这个怎么解决? 写了一个...

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

2720. 区块地图-等角地图 [ 41%]

... Laya.Rectangle; import Handler = Laya.Handler; import WebGL = Laya.WebGL; export class TiledMap_IsometricWorld { private tiledMap: TiledMap; private layer: MapLayer; private sprite: Sprite; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(1600, 800, WebGL); Laya.stage.alignV = St...

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