大约有 30 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0057 秒)
...Base64Tool Index Properties chars lookup reg reghead Methods decode encode init isBase64String Properties Static chars chars: string = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" Defined in laya/utils/Base64Tool.ts:3 Static lookup lookup: Uint8Array = null Defined in laya/util...
来源: Laya3.0_api 发布时间: 20231115
...ructors constructor Properties _renderType _repaint _x _y Methods render __init__ enableQuickTest getMCDName showCountInfo showRenderTypeInfo Constructors constructor new QuickTestTool(): QuickTestTool Defined in laya/layagl/QuickTestTool.ts:64 Returns QuickTestTool Properties _renderType _renderTyp...
来源: Laya3.0_api 发布时间: 20231115
...timer Methods addWasmModule alertGlobalError createRender enableDebugPanel init Properties Static isWXOpenDataContext isWXOpenDataContext: boolean = false Defined in Laya.ts:64 是否是微信小游戏子域,默认为false Static isWXPosMsg isWXPosMsg: boolean = false Defined in Laya.ts:66 微信...
来源: Laya3.0_api 发布时间: 20231115
...ublic class Animation_Example { public function Animation_Example() { Laya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 init();//初始化 } private function init():void { var animation:Animation = new Animation();//创...
来源: Laya3.0_api 发布时间: 20231115
...ler; public class Button_Example { public function Button_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load("resource/ui/button.png", Handler.create(this,onLoadComplete));//加载资源。 } private function...
来源: Laya3.0_api 发布时间: 20231115
... public class CheckBox_Example { public function CheckBox_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load("resource/ui/check.png", Handler.create(this,onLoadComplete));//加载资源。 } private function ...
来源: Laya3.0_api 发布时间: 20231115
...ate var hScrollBar:HScrollBar; public function HScrollBar_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/hscroll.png", "resource/ui/hscroll$bar.png", "resource/ui/hscroll$down.png", "resourc...
来源: Laya3.0_api 发布时间: 20231115
...ate var vScrollBar:VScrollBar; public function VScrollBar_Example() { Laya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/vscroll.png", "resource/ui/vscroll$bar.png", "resource/ui/vscroll$down...
来源: Laya3.0_api 发布时间: 20231115
...ate texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance advanceTime bubbleEvent callLater clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D...
来源: Laya3.0_api 发布时间: 20231115
...che texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frame...
来源: Laya3.0_api 发布时间: 20231115