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

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

1751. laya.d3.core.ui3d.UI3D_API3.0 [ 21%]

...ss with type parameter Constructor Method Accessor Object literal Variable Function Type alias Inherited property Inherited method Inherited accessor Enumeration Interface Static property

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

1752. laya.resource.NativeContext_API3.0 [ 20%]

...ontext.ts:202 Returns void Globals "laya/resource/NativeContext" CONTEXT2D_FUNCTION_ID NativeContext constructor _buffer _byteArray _fdata _idata sprite ARRAY_BUFFER_REF_COPY ARRAY_BUFFER_REF_REFERENCE ARRAY_BUFFER_TYPE_CMD ARRAY_BUFFER_TYPE_DATA ENUM_TEXTALIGN_CENTER ENUM_TEXTALIGN_DEFAULT ENUM_TEX...

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

1753. laya.d3.core.particleshuriken.ShurikenParticleSystem_API3.0 [ 20%]

...ype parameter Constructor Property Method Accessor Object literal Variable Function Type alias Inherited property Inherited method Inherited accessor Enumeration Interface

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

1754. laya.d3.physics.Rigidbody3D_API3.0 [ 19%]

...ype parameter Constructor Property Method Accessor Object literal Variable Function Type alias Inherited property Inherited method Inherited accessor Enumeration Interface Static property

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

1755. laya.utils.Ease_API3.0 [ 19%]

... strongIn strongInOut strongOut HALF_PI PI2 Legend Object literal Variable Function Type alias Class Class with type parameter Enumeration Interface Static method

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

1756. laya.d3.core.particleshuriken.ShurikenParticleInstanceSystem_API3.0 [ 18%]

...rayParams setDrawElemenParams simulate stop Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Inherited property Inherited method Inherited accessor Enumeration Interface

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

1757. 引擎 TiledMap 居然不支持图块翻转 [ 12%]

...------------------------------------------------------------------------- (function (exports, Laya) {     'use strict';     const TiledMapFlipConst = 1073741824;     const TiledMapFlipConstHalf = TiledMapFlipConst / 2;     class GridSprite extends Laya.Sprite {         constructor() {  ...

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

1758. laya native加载人物模型出错 [ 3%]

...=this; Laya.loader.create("res/3d/baseman01.lh", Laya.Handler.create(this, function(){  var scene3d=new Laya.Scene3D(); that.owner.addChild(scene);  var model=Laya.loader.getRes(window.getPath("res/3d/baseman01.lh")); var player=model.clone(); scene3d.addChild(player);    }));   然后用androi...

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