大约有 2,159 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0055 秒)
Laya3.0_api(672) Laya_社区(472) Laya2.0_api(357) laya_api(289) Laya_示例(150) Laya2.0_示例(112) Laya2.0_文档(98) Laya3.0_文档(9)
...viewStack组件的测试页面**/ private var comp:ComponentDemoUI; public function ComponentDemo() { Laya.init(1334,750, WebGL); Laya.stage.scaleMode = "full"; Laya.stage.bgColor = "#ffffff"; //加载图集成功后,执行onLoaded回调方法 Laya.loader.load("./res/atlas/ui.atlas", Handler.creat...
来源: Laya2.0_文档 发布时间: 20210715
...ss with type parameter Constructor Method Accessor Object literal Variable Function Type alias Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
... getItem getJSON removeItem setItem setJSON Legend Object literal Variable Function Type alias Class Class with type parameter Static property Static method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...ivate var index:int = 0; //全局文本信息 private var txt:Text; public function SmartScale_T() { // 不支持WebGL时自动切换至Canvas Laya.init(1136, 640, WebGL); //设置适配模式 Laya.stage.scaleMode = "noscale"; //设置横竖屏 Laya.stage.screenMode = Stage.SCREEN_HORIZONTAL; //设...
来源: Laya2.0_示例 发布时间: 20260106
...据。 Stage对象和UI的View组件默认为true。 Sprite isLockedFun : FunctionScrollBar isVertical : Boolean 一个布尔值,指示滚动条是否为垂直滚动。如果值为true,则为垂直滚动,否则为水平滚动。 默认值为:true。 ScrollBar lastOffset : Number[read-only...
来源: Laya2.0_api 发布时间: 20190513
...tCoefficient setCoefficient setCoefficients Legend Object literal Variable Function Type alias Class Class with type parameter Method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...jects destroy update updateAllRenderObjects Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231102
...ar directionIndicator:Sprite; private var firstTime:Boolean = true; public function InputDevice_Compass() { Laya.init(700, 1024, WebGL); Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.loader.load(compassImgPath, Handle...
来源: Laya2.0_示例 发布时间: 20260106
...: 1058 关注: 2 人 deng2017 • 2017-06-20 14:30 package view { public function alertpp():void { } } 使用flash develop 编译 生成不了该代码 view.alertpp=function(){} cuixueying • 2017-06-20 15:20 不建议这么去写代码,容易出问题,最好还是按照正常的函数写法来...
来源: Laya_社区 发布时间: 20170620
...enderUpdatePre compileShader getInvertFront Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Inherited property Inherited method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231102