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

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

531. laya.ui.Panel_API3.0 [ 40%]

...d All Inherited Externals Only exported Menu Globals "laya/ui/Panel" Panel Class Panel Panel 是一个面板容器类。 Hierarchy Box Panel Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isH...

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

532. laya.ani.swf.MovieClip_API3.0 [ 40%]

...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

533. laya.d3.core.scene.VRScene [ 40%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames VRSceneProperties | Methods | Events | Constants Packagelaya.d3.core.sceneClasspublic class VRSceneInheritanceVRScene BaseScene Sprite Node EventDispatcher Object VRScene 类用于实现VR场景。 Public Properties Hi...

来源: laya_api 发布时间: 20170422

534. laya.ui.Radio [ 40%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames RadioProperties | Methods | Events Packagelaya.uiClasspublic class RadioInheritanceRadio Button UIComponent Sprite Node EventDispatcher Object Radio 控件使用户可在一组互相排斥的选择中做出一种选择...

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

535. laya.media.VideoNode_API3.0 [ 40%]

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

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

536. laya.ui.View [ 40%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames ViewProperties | Methods | Events Packagelaya.uiClasspublic class ViewInheritanceView Scene Sprite Node EventDispatcher ObjectSubclasses Dialog, MoreGame View 是一个视图类,2.0开始,更改继承至Scene类,...

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

537. laya.ui.UIComponent_API3.0 [ 40%]

...ted Externals Only exported Menu Globals "laya/ui/UIComponent" UIComponent Class UIComponent Component 是ui控件类的基类。 生命周期:preinitialize > createChildren > initialize > 组件构造函数 Hierarchy Sprite UIComponent Box ISelect Button Clip ColorPicker Label Image Slid...

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

538. laya.ui.TextArea_API3.0 [ 40%]

...Inherited Externals Only exported Menu Globals "laya/ui/TextArea" TextArea Class TextArea TextArea 类用于创建显示对象以显示和输入文本。 example 以下示例代码,创建了一个 TextArea 实例。 package { import laya.ui.TextArea; import laya.utils.Handler; public class TextAre...

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

539. laya.ui.Clip_API3.0 [ 40%]

...ted All Inherited Externals Only exported Menu Globals "laya/ui/Clip" Clip Class Clip Clip 类是位图切片动画。 Clip 可将一张图片,按横向分割数量 clipX 、竖向分割数量 clipY , 或横向分割每个切片的宽度 clipWidth 、竖向分割每个切片的高度 clipHeight ...

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

540. 屏幕适配 · LayaAir3.3 · 引擎文档 · LAYABOX [ 40%]

...码如下: import { IndexRTBase } from "./IndexRT.generated"; const { regClass } = Laya; @regClass() export default class IndexRT extends IndexRTBase { onAwake(): void { //设置舞台设计宽高 Laya.stage.designWidth = 1080; Laya.stage.designHeight = 1920; //在引擎初始化之后改变舞台...

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