大约有 2,159 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0059 秒)
Laya3.0_api(672) Laya_社区(472) Laya2.0_api(357) laya_api(289) Laya_示例(150) Laya2.0_示例(112) Laya2.0_文档(98) Laya3.0_文档(9)
...ask position staticMask useOcclusionCulling Legend Object literal Variable Function Type alias Class Class with type parameter Property Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...mMap constructor _stateName getMap hasPtrID Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface Inherited property
来源: Laya3.0_api 发布时间: 20231115
...camera2:Camera; private var x:Number = 0; private var y:Number = 0; public function D3Base_TargetTexture() { Laya3D.init(0, 0, true); Laya.stage.scaleMode = Stage.SCALE_FULL; Laya.stage.screenMode = Stage.SCREEN_NONE; Stat.show(); loadUI(); var scene:Scene = Laya.stage.addChild(new Scene()) as Scene...
来源: Laya_社区 发布时间: 20170209
...on" KeyLocation LEFT NUM_PAD RIGHT STANDARD Legend Object literal Variable Function Type alias Class Class with type parameter Enumeration Interface Static property
来源: Laya3.0_api 发布时间: 20231115
...r parse classMap s_list1 s_list2 equalStyle Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface Static property
来源: Laya3.0_api 发布时间: 20231115
...LCanvas.as @@ -70,6 +70,7 @@ package laya.webgl.resource { override public function destroy():void { _ctx && _ctx.destroy(); _ctx = null; + super.destroy(); } public function get context():Context {即 WebGL.as 注释掉265,266 WebGLCanvas.as 在 destroy()函数的最后加 super.destroy()...
来源: Laya_社区 发布时间: 20180612
...GL; public class SmartScale { public function SmartScale() { //初始化舞台,不支持WebGL时会自动切换至Canvas Laya.init(200, 300, WebGL); //...
来源: Laya2.0_文档 发布时间: 20201010
...ndPosition startColor startPosition cloneTo Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
... */ public static var parseXMLFromString:Function = function(value:String):XmlDom { var rst:*; value = value.replace(/>\s+</g, '><'); __JS__("rst=(new DOMParser()).parseFromString(val...
来源: Laya_社区 发布时间: 20180126
...layExcute { private var button1:Sprite; private var button2:Sprite; public function Timer_DelayExcute() { // 不支持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