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

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

4121. laya.d3.component.AnimatorControllerLayer_API3.0 [ 43%]

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

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

4122. laya.d3.core.trail.TrailFilter_API3.0 [ 43%]

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

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

4123. laya.d3.renderobjs.nativeobj.NativeBounds_API3.0 [ 43%]

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

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

4124. layaair ide 2.0.0 beta2 读取.lh文件报错 [ 43%]

...3.js:15158 Uncaught TypeError: Cannot read property 'props' of undefinedat Function.Laya3D._getSprite3DHierarchyInnerUrls (laya.d3.js:15158) at Loader.Laya3D._onHierarchylhLoaded (laya.d3.js:15252) at EventHandler.__proto.runWith (laya.core.js:1127) at Loader.__proto.event (laya.core.js:883) at Load...

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

4125. Mesh网格-网格加载 [ 43%]

... import common.Tool; /** * ... * @author */ public class MeshLoad { public function MeshLoad() { Laya3D.init(0, 0, true); Laya.stage.scaleMode = Stage.SCALE_FULL; Laya.stage.screenMode = Stage.SCREEN_NONE; Stat.show(); var scene:Scene = Laya.stage.addChild(new Scene()) as Scene; var camera:Camera = ...

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

4126. 2.13版本 官方救命啊,关于3D特效的资源释放 [ 43%]

...ngeError:Array buffer allication failed at VertexBuffer2D._resizeBuffer at Function.getAMesh at Context.flush

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

4127. laya.d3.core.ui3d.UI3DGeometry_API3.0 [ 43%]

...troy setDrawArrayParams setDrawElemenParams Legend Object literal Variable Function Type alias Class Class with type parameter Method Inherited property Inherited method Inherited accessor Enumeration Interface

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

4128. 关于创建Sprite获取大小 [ 43%]

...个获取的话 window.Laya.loader.load(value.url, ls.Handler.create(this, function () { _this.graphics.clear() var texture = window.Laya.loader.getRes(value.url) _this.graphics.drawTexture(texture) _this.scaleX = _this.set_width / texture.sourceWidth _this.pivotX = _this.row_data.property.x_m * tex...

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

4129. laya.d3.physics.shape.HeightfieldTerrainShape_API3.0 [ 43%]

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

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

4130. 使用createFrames创建的图集动画。如何单独修改这个缓存动画播放速度 [ 43%]

...例就可以拥有不同的播放速度了!/** * 角色创建 */ public function init(interval,type:String,hp:Number,speed:Number,hitRadius:Number,camp:Number,heroType:Number = 0):void { //初始化属性 this.type = type; this.hp = hp; this.speed = speed; this.hitRadius = hitRadius; this.camp = c...

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