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

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

651. laya.ui.VScrollBar [ 78%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames VScrollBarProperties | Methods | Events Packagelaya.uiClasspublic class VScrollBarInheritanceVScrollBar ScrollBar Component Sprite Node EventDispatcher Object 使用 VScrollBar (垂直 ScrollBar )控件,可以在...

来源: laya_api 发布时间: 20170929

652. laya.map.TileAniSprite [ 78%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames TileAniSpriteProperties | Methods | Events Packagelaya.mapClasspublic class TileAniSpriteInheritanceTileAniSprite Sprite Node EventDispatcher Object TildMap的动画显示对象(一个动画(TileTexSet),可以...

来源: laya_api 发布时间: 20170929

653. laya.ui.Component [ 78%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames ComponentProperties | Methods | Events Packagelaya.uiClasspublic class ComponentInheritanceComponent Sprite Node EventDispatcher ObjectImplements IComponentSubclasses Box, Button, Clip, ColorPicker, ComboBox, Image, Lab...

来源: laya_api 发布时间: 20170929

654. laya.ui.ScaleBox [ 78%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames ScaleBoxProperties | Methods | Events Packagelaya.uiClasspublic class ScaleBoxInheritanceScaleBox Box UIComponent Sprite Node EventDispatcher Object 自适应缩放容器,容器设置大小后,容器大小始终保...

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

655. 布局容器 · LayaAir3.4 · 引擎文档 · LAYABOX [ 78%]

...统,布局容器是另一个常用的方式。布局容器一般是指GBox,但它的派生类例如GPanel、GList也具有相同的功能。 一、编辑器操作 (图1-1) Type 布局类型 None 不开启布局。子节点自由保持它们原来的位置和尺寸。 Single Column 每行一...

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

656. Laya 3D里的Camera镜头默认朝向? [ 78%]

...界里是朝向那个方向呢?还有旋转镜头vector(-30,0,0)是沿着X轴向内还是向外旋转呢,哪个方向是正,哪个方向是负呢,初学者望指点一二。或者有没有入门的3D教程,官方的教程已经看了,不是指laya3d引擎的入门教程。比如介绍镜...

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

657. discard property,please use transform's property instead [ 78%]

...        });             var monkeys = {};             var vx = -1.65;             var vz = -1.65;             for (var y = 0; y < 10; y++) {                 for (var x = 0; x < 10; x++) {                     monkeys['monkey_' + x] = Laya.Sprite3D.i...

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

658. laya.ui.HScrollBar [ 78%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames HScrollBarProperties | Methods | Events Packagelaya.uiClasspublic class HScrollBarInheritanceHScrollBar ScrollBar Component Sprite Node EventDispatcher Object 使用 HScrollBar (水平 ScrollBar )控件,可以在...

来源: laya_api 发布时间: 20170929

659. AS翻译成JS的时候能不能自动进行类型转换啊?不然每个地方都要手动在AS进行手动添加强制转换 [ 78%]

...2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? Texture图片能否进行翻转? IDE通过.ui自动生成的ui代码报错 为什么给Sprite容器添加点击事件没反应 3d 添加灯光 模型变的黑呼呼的 很多黑面 JS 是没有自动补全提示...

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

660. 你先用Laya.timer.frameLoop 然后再用tween才可以生效 直接用tween没用 [ 77%]

...找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 xueLayaBox - 爱学习 赞同来自: Laya.timer.frameLoop(1, this, this.resetPosition); resetPosition(): void {    var aniMonkey: Laya.Sprite3D = scene.getChildByName("monkey") as Laya.Sprite3D;    aniMonkey.transform.posi...

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