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

大约有 1,048 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0078 秒)

301. (Laya3.0非常严重BUG) 任意模型,只要坐标值越大,模型扭曲变形越严重 [ 80%]

...全部参数,将参数归零,然后再导入laya,在laya里新建3d sprite,将模型放进3d sprite下做子集,调整位置和旋转时请调整sprite,这样如果模型修改或重做,更新素材之后在laya里后摆放的位置缩放以及旋转也不会受到影响,希望能...

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

302. laya.physics.PhysicsDebugDraw_API3.0 [ 80%]

...用PhysicsDebugDraw.enable()开启,或者通过IDE设置打开 Hierarchy Sprite PhysicsDebugDraw Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierar...

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

303. laya.d3.terrain.Terrain [ 80%]

... Events Packagelaya.d3.terrainClasspublic class TerrainInheritanceTerrain Sprite3D Node EventDispatcher Object Terrain 类用于创建地块。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node...

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

304. 关于video [ 80%]

...bGL); Laya.stage.scaleMode = "exactfit"; Laya.stage.alignH = "center"; var Sprite = laya.display.Sprite; var Bg = new Sprite(); Bg.loadImage("../laya/assets/bg_back.png"); Laya.stage.addChild(Bg); Bg.on(Laya.Event.MOUSE_DOWN, this, function(){ // 创建Video元素 var videoElement = Laya.Browser.cre...

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

305. 场景(View)通过runtime挂载脚本后,通过UI编辑器设置的位置属性(bottom等)失效,必现 [ 80%]

...千万别点) Laya2.12.0项目出现卡顿现象(必现) 如何设置Sprite的宽高和点击区域? laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 Laya2.6.0beta 物理引擎 刚体碰撞点位置获取不正确 2.2.0beta4 发布微信...

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

306. laya.ani.swf.MovieClip_API3.0 [ 80%]

...lip MovieClip 用于播放经过工具处理后的 swf 动画。 Hierarchy Sprite MovieClip Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize basePath hitTestPrior interval loop mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet activ...

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

307. laya.map.TileAniSprite_API3.0 [ 80%]

...tected All Inherited Externals Only exported Menu Globals "laya/map/TileAniSprite" TileAniSprite Class TileAniSprite TildMap的动画显示对象(一个动画(TileTexSet),可以绑定多个动画显示对象(TileAniSprite)) author ... Hierarchy Sprite TileAniSprite Index Constructors c...

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

308. laya.display.Graphics [ 80%]

...方式存储,可以通过cmds属性访问所有命令流。Graphics是比Sprite更轻量级的对象,合理使用能提高应用性能(比如把大量的节点绘图改为一个节点的Graphics命令集合,能减少大量节点创建消耗)。 See alsolaya.display.Sprite.graphicsPublic Proper...

来源: laya_api 发布时间: 20170929

309. laya.display.Text [ 80%]

...nts | Constants Packagelaya.displayClasspublic class TextInheritanceText Sprite Node EventDispatcher ObjectSubclasses Input Text 类用于创建显示对象以显示文本。 注意:如果运行时系统找不到设定的字体,则用系统默认的字体渲染文字,从而导致显示异常...

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

310. ios下打开游戏,通过输入框调出输入法,页面会自动平移,但关闭输入法后页面未完全平移回原来的位置 [ 80%]

...复被折叠 要回复问题请先登录 发起人 reven1983 相关问题 sprite旋转以后,但是原来碰撞检测rect没有旋转 2.0一不小心删了bin目录下的某个场景json文件。。竟然无法自动生成了? 写个捕鱼游戏练练手 Dialog:屏蔽点击Dialog之外的区...

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