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

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

471. laya.d3.core.particleshuriken.module.shape.ConeShape_API3.0 [ 69%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/particleShuriKen/module/shape/ConeShape" ConeShape Class ConeShape ConeShape 类用于创建锥形粒子形状。 Hierarchy BaseShape ConeShape Implements IClone Index Constructors construc...

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

472. laya.device.geolocation.Geolocation_API3.0 [ 69%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/device/geolocation/Geolocation" Geolocation Class Geolocation 使用前可用supported查看浏览器支持。 Hierarchy Geolocation Index Constructors constructor Properties PERMISSION_DENIED POSI...

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

473. 加载-多种类型资源加载 [ 69%]

...;module laya { import Loader = Laya.Loader; import Handler = Laya.Handler; export class Loader_MultipleType { private ROBOT_DATA_PATH: string = "../../res/skeleton/robot/robot.bin"; private ROBOT_TEXTURE_PATH: string = "../../res/skeleton/robot/texture.png"; constructor() { Laya.init(100, 100); var ...

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

474. 加载-多种类型资源加载 [ 69%]

...;module laya { import Loader = Laya.Loader; import Handler = Laya.Handler; export class Loader_MultipleType { private ROBOT_DATA_PATH: string = "res/skeleton/robot/robot.bin"; private ROBOT_TEXTURE_PATH: string = "res/skeleton/robot/texture.png"; constructor() { Laya.init(100, 100); var assets: Arra...

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

475. laya.net.Downloader_API3.0 [ 69%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/net/Downloader" Downloader Class Downloader Hierarchy Downloader Index Properties httpRequestPool Methods audio common image imageWithBlob imageWithWorker Properties httpRequestPool httpRequestPool...

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

476. [LayaAir3]Laya.loader.loadPackage 加载勾选版本管理的子包失败 [ 69%]

...信 雄二 赞同来自: const { regClass, property } = Laya; @regClass() export class StartScene extends Laya.Script { onAwake(): void { Laya.timer.once(1000, this, () => { Laya.loader.loadPackage("common", "http://127.0.0.1:2840", (p) => { console.log("common", p); }) }); } } 2024-11-04 0 0 ...

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

477. laya.utils.Handler_API3.0 [ 68%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/utils/Handler" Handler Class Handler Handler 是事件处理器类。 推荐使用 Handler.create() 方法从对象池创建,减少对象创建消耗。创建的 Handler 对象不再使用后,...

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

478. [LayaAir3]laya3.3图集使用平铺功能后绘制错误内容 [ 68%]

...吗   2025-08-01 0 0 分享 微博 QZONE 微信 159*****398 赞同来自: export class Main extends Laya.Scene {     onAwake(): void {         Laya.loader.load("/未命名.atlas", Laya.Loader.ATLAS).then(data=>{             let aaa = new Laya.Sprite();             this.addChild...

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

479. UI-Label [ 68%]

... Stage = Laya.Stage; import Label = Laya.Label; import WebGL = Laya.WebGL; export class UI_Label { constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(800, 600, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_...

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

480. 新手引导在ios浏览器表现异常 [ 68%]

新手引导在ios浏览器表现异常 代码: module laya  {     export class Sprite_Guide      {         private width = 750;         private height = 1334;         constructor()          {             Laya3D.init(this.width, this...

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