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

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

571. laya.ui.Button [ 39%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames ButtonProperties | Methods | Events Packagelaya.uiClasspublic class ButtonInheritanceButton UIComponent Sprite Node EventDispatcher ObjectImplements ISelectSubclasses CheckBox, Radio Button 组件用来表示常用的...

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

572. laya.ui.TextInput [ 39%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames TextInputProperties | Methods | Events Packagelaya.uiClasspublic class TextInputInheritanceTextInput Label UIComponent Sprite Node EventDispatcher ObjectSubclasses TextArea TextInput 类用于创建显示对象以显示...

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

573. laya.ui.DialogManager_API3.0 [ 39%]

...Externals Only exported Menu Globals "laya/ui/DialogManager" DialogManager Class DialogManager DialogManager 对话框管理容器,所有的对话框都在该容器内,并且受管理器管理。 任意对话框打开和关闭,都会出发管理类的open和close事件 可以通过UIConfig设...

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

574. laya.ani.swf.MovieClip_API3.0 [ 39%]

...ed Externals Only exported Menu Globals "laya/ani/swf/MovieClip" MovieClip Class MovieClip MovieClip 用于播放经过工具处理后的 swf 动画。 Hierarchy Sprite MovieClip Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize basePath hitTestPrior int...

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

575. laya.ui.Slider [ 39%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames SliderProperties | Methods | Events Packagelaya.uiClasspublic class SliderInheritanceSlider Component Sprite Node EventDispatcher ObjectSubclasses HSlider, VSlider 使用 Slider 控件,用户可以通过在滑块轨...

来源: laya_api 发布时间: 20170929

576. laya.ui.HScrollBar_API3.0 [ 38%]

...rited Externals Only exported Menu Globals "laya/ui/HScrollBar" HScrollBar Class HScrollBar 使用 HScrollBar (水平 ScrollBar )控件,可以在因数据太多而不能在显示区域完全显示时控制显示的数据部分。 example 以下示例代码,创建了一个 HScrollBar 实例...

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

577. laya.ui.VScrollBar_API3.0 [ 38%]

...rited Externals Only exported Menu Globals "laya/ui/VScrollBar" VScrollBar Class VScrollBar 使用 VScrollBar (垂直 ScrollBar )控件,可以在因数据太多而不能在显示区域完全显示时控制显示的数据部分。 example 以下示例代码,创建了一个 VScrollBar 实例...

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

578. 3D寻路 · LayaAir3.0文档 · LAYABOX [ 38%]

...码 /** * Based upon https://github.com/bgrins/javascript-astar */ export class AStarFindPath { private terrainSprite: MeshTerrainSprite3D; private layaMonkey: Sprite3D; private path: Vector3[]; private _everyPath: any[]; private _position: Vector3 = new Vector3(0, 0, 0); private _upVector3: Vector3...

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

579. laya.device.media.Video_API3.0 [ 38%]

...rited Externals Only exported Menu Globals "laya/device/media/Video" Video Class Video Video将视频显示到Canvas上。Video可能不会在所有浏览器有效。 关于Video支持的所有事件参见:http://www.w3school.com.cn/tags/html_ref_audio_video_dom.asp。 注意: 在PC端可以在...

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

580. Laya2.0编译后所有js都自动合并到bundle.js中,导致bundle.js过大,加载速度很慢,bundle.js可以拆分吗 [ 38%]

...lization": true,  /* Enable strict checking of property initialization in classes. */     // "noImplicitThis": true,                /* Raise error on 'this' expressions with an implied 'any' type. */     // "alwaysStrict": true,                  /* Parse in strict mode and emit...

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