大约有 2,482 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0054 秒)
Laya_社区(720) Laya3.0_api(672) Laya2.0_api(367) laya_api(298) Laya_示例(150) Laya2.0_示例(114) Laya2.0_文档(107) Laya3.0_文档(54)
...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/physics/PhysicsSettings" PhysicsSettings Class PhysicsSettings PhysicsSettings 类用于创建物理配置信息。 Hierarchy PhysicsSettings...
来源: Laya3.0_api 发布时间: 20231115
...} new laya.SmartScale_Align_Contral();package { import laya.display.Stage; public class SmartScale_Align_Contral { public function SmartScale_Align_Contral() { Laya.init(100, 100); Laya.stage.scaleMode = Stage.SCALE_NOSCALE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.alignV = Stage.ALIGN_MID...
来源: Laya_示例 发布时间: 20260106
...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "LayaEnv" LayaEnv Class LayaEnv Hierarchy LayaEnv Index Properties afterInit beforeInit isConch isPlaying isPreview version Properties Static afterIni...
来源: Laya3.0_api 发布时间: 20231115
...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/RenderObjs/RenderObj/QuickSort" QuickSort Class QuickSort Hierarchy QuickSort Implements ISortPass Index Methods sort Methods sort sort(eleme...
来源: Laya3.0_api 发布时间: 20231115
...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/resource/WebGLRTMgr" WebGLRTMgr Class WebGLRTMgr WebGLRTMgr 管理WebGLRenderTarget的创建和回收 TODO 需求不大,管理成本高。先...
来源: Laya3.0_api 发布时间: 20231115
...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/WebXR/core/WebXRExperienceHelper" WebXRCameraInfo Class WebXRCameraInfo Hierarchy WebXRCameraInfo Index Properties camera depthFar depthNear ...
来源: Laya3.0_api 发布时间: 20231115
...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/utils/FontInfo" FontInfo Class FontInfo Hierarchy FontInfo Index Constructors constructor Methods setFont parse Constructors constructor new Fon...
来源: Laya3.0_api 发布时间: 20231115
....Text; import laya.events.Event; import laya.ui.Box; import laya.ui.Label; public class TestView extends TestPageUI { public function TestView() { //btn是编辑器界面设定的,代码里面能直接使用,并且有代码提示 btn.on(Event.CLICK, this, onBtnClick); btn2.on(Event.CLICK, this, ...
来源: Laya_示例 发布时间: 20260106
....Text; import laya.events.Event; import laya.ui.Box; import laya.ui.Label; public class TestView extends TestPageUI { public function TestView() { //btn是编辑器界面设定的,代码里面能直接使用,并且有代码提示 btn.on(Event.CLICK, this, onBtnClick); btn2.on(Event.CLICK, this, ...
来源: Laya2.0_示例 发布时间: 20200319
... import laya.utils.Handler; import laya.resource.Texture; public class LayaSample { private var img:Sprite ; private var index:int ; public function LayaSample() { //初始化引擎 Laya....
来源: Laya_社区 发布时间: 20170918