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

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

891. laya.d3.physics.PhysicsSettings_API3.0 [ 73%]

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

892. 屏幕适配-对齐模式 [ 73%]

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

893. LayaEnv_API3.0 [ 73%]

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

894. laya.d3.renderobjs.renderobj.QuickSort_API3.0 [ 73%]

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

895. laya.resource.WebGLRTMgr_API3.0 [ 73%]

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

896. laya.d3.webxr.core.WebXRCameraInfo_API3.0 [ 73%]

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

897. laya.utils.FontInfo_API3.0 [ 73%]

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

898. IDE-显示IDE创建的界面 [ 73%]

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

899. IDE-显示IDE创建的界面 [ 73%]

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

900. Laya.loader.load 教程代码出错 [ 73%]

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