大约有 2,159 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0056 秒)
Laya3.0_api(672) Laya_社区(472) Laya2.0_api(357) laya_api(289) Laya_示例(150) Laya2.0_示例(112) Laya2.0_文档(98) Laya3.0_文档(9)
...ader workerPath enable load workerSupported Legend Object literal Variable Function Type alias Class Class with type parameter Static property Static method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...ite_NodeControl { private var ape1:Sprite; private var ape2:Sprite; public function Sprite_NodeControl() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage...
来源: Laya2.0_示例 发布时间: 20260106
...对象容器 private var texture:Texture;//预加载图片的纹理 public function Demo() { Laya.init(800,1000,WebGL); Stat.show(); Laya.stage.bgColor="#EEFFCC"; //预加载图集 Laya.loader.load("res/atlas/bag.json",Handler.create(this,onLoaded),null,Loader.ATLAS); } private function onLoaded():v...
来源: Laya_社区 发布时间: 20161107
...建 Parameters url: string Returns boolean off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删...
来源: Laya3.0_api 发布时间: 20231102
...Manager" KeyBoardManager enabled hasKeyDown Legend Object literal Variable Function Type alias Class Class with type parameter Static property Static method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231102
...I_TextArea { private var skin:String = "../../res/ui/textarea.png"; public function UI_TextArea() { // 不支持WebGL时自动切换至Canvas Laya.init(550, 400, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.s...
来源: Laya2.0_示例 发布时间: 20260106
...c class Interaction_FixInteractiveRegion { private var logger:Text; public function Interaction_FixInteractiveRegion() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENT...
来源: Laya2.0_示例 发布时间: 20260106
...ase effectEase effectScale tweenTime target Legend Object literal Variable Function Type alias Class Class with type parameter Property Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...能删除 private var factory:Templet; public function Main() { //初始化引擎 Laya.init(800, 480, WebGL); Stat.show(0, 0); Laya.stage.scaleMode = "showall"; ...
来源: Laya_社区 发布时间: 20160902
...nt cullPlanes cullSphere direction position Legend Object literal Variable Function Type alias Class Class with type parameter Property Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115