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

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

561. 3d视口背景能是贴图吗? [ 63%]

...调试时不能显示 unity导出模型,材质球贴图丢失 分享:Sprite 转换成3D贴图(Texture2D)的方法,如果有更好的方法,请告诉我。 打包安卓版本时 播放音效会停止掉背景音乐 Unity导出有光照贴图时,出现错误:ArgumentException: Invalid ...

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

562. laya.ui.Dialog_API3.0 [ 63%]

...: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _scene3D _scene3D: any Inherited from Scene._scene3D Defined in laya/display/Scene.ts:28 _skinBaseUrl _skinBaseUrl: string Inher...

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

563. laya.ui.Clip_API3.0 [ 63%]

...fined in laya/display/Node.ts:56 _graphics _graphics: AutoBitmap Overrides Sprite._graphics Defined in laya/ui/Clip.ts:151 _ownGraphics _ownGraphics: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/...

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

564. [LayaAirIDE3]2d相机打包后问题 [ 62%]

...ass() export class Main extends Laya.Script {     @property({ type: Laya.Sprite })     public player: Laya.Sprite;      @property({ type: Laya.Sprite })     public joystick: Laya.Sprite;      @property({ type: Laya.Sprite })     public map: Laya.Sprite;      @property({ type: Laya.S...

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

565. laya.ui.HScrollBar_API3.0 [ 62%]

...: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加...

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

566. laya.ui.VScrollBar_API3.0 [ 62%]

...: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加...

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

567. APP自动旋转问题 [ 62%]

...已经被锁定, 无法添加新回复 发起人 159*****136 相关问题 sprite旋转以后,但是原来碰撞检测rect没有旋转 2.0一不小心删了bin目录下的某个场景json文件。。竟然无法自动生成了? unity导出粒子文件问题 laya针对页游耗用内存大的问...

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

568. 用effectAnimation做按钮的点击时候放大效果点击玩按钮整个位移了知道是什么问题吗 [ 62%]

...的问题 ui list 里面的元素不能点击两次 关于遍历产生的sprite的点击事件,急,大神帮看哈 如何设置Sprite的宽高和点击区域? 想让一个2D的图形被鼠标点击时缩放一下,或左右摇晃一下,最后回到原大小或原位置,应该用什么缓...

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

569. 隐藏默认的虚拟键、屏蔽APP窗口弹出脚本错误信息 的问题 [ 62%]

...背景颜色 Laya.stage.bgColor = "#ffffff"; // var bgs = new laya.display.Sprite(); // bgs.loadImage("res/bg.png"); //Laya.stage.addChild(bgs); //Laya.stage.addChild(new LoginUI()); //改用下面的 new LoginView.js文件 var loginView = new LoginView(); loginView.init(); Laya.stage.addChild(login...

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

570. 2D线渲染器 · LayaAir3.3 · 引擎文档 · LAYABOX [ 62%]

...内。 */ export class DrawLine extends Laya.Script { declare owner: Laya.Sprite; line2DRender: Laya.Line2DRender; lastMousePos: number[] = []; isDrawing: boolean = false; // 标记是否正在绘制 // 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一...

来源: Laya3.0_文档 发布时间: 20251010