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

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

1271. laya.d3.renderobjs.renderobj.CameraCullInfo_API3.0 [ 65%]

...ask position staticMask useOcclusionCulling Legend Object literal Variable Function Type alias Class Class with type parameter Property Enumeration Interface

来源: Laya3.0_api 发布时间: 20231115

1272. laya.d3.renderobjs.nativeobj.NativeCommandUniformMap_API3.0 [ 65%]

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

1273. 如何实现3d遮罩效果? [ 65%]

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

1274. laya.events.KeyLocation_API3.0 [ 65%]

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

1275. laya.html.HtmlParser_API3.0 [ 65%]

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

1276. sprite.drawToCanvas绘制纹理无法释放内存资源 [ 65%]

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

1277. 对齐模式:水平对齐与垂直对齐(ActionScript-LayaAir基础篇(AS3)-屏幕适配) [ 65%]

...GL;       public class SmartScale     {         public function SmartScale()          {             //初始化舞台,不支持WebGL时会自动切换至Canvas             Laya.init(200, 300, WebGL);                     //...

来源: Laya2.0_文档 发布时间: 20201010

1278. laya.d3.core.pixelline.PixelLineData_API3.0 [ 65%]

...ndPosition startColor startPosition cloneTo Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface

来源: Laya3.0_api 发布时间: 20231115

1279. domParser在哪儿 [ 65%]

...          */         public static var parseXMLFromString:Function = function(value:String):XmlDom {             var rst:*;             value = value.replace(/>\s+</g, '><');             __JS__("rst=(new DOMParser()).parseFromString(val...

来源: Laya_社区 发布时间: 20180126

1280. 计时器-延迟执行 [ 65%]

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