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

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

1401. laya.filters.GlowFilter_API3.0 [ 62%]

...e getBlurInfo2Native getColorNative _filter Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface

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

1402. 使用webgl之后toDataUrl返回黑色的图像 [ 62%]

...aya.webgl.WebGL; public class LayaAirDemo { private var sp:Sprite ; public function LayaAirDemo() { //初始化引擎 Laya.init(Browser.width, Browser.height,WebGL); Stat.show(); Laya.stage.bgColor = "#ffcccc"; Laya.stage.on(Event.CLICK,this,onClick); sp= new Sprite(); sp.name='base'; sp.loadImage("...

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

1403. 文本-复杂的文本样式 [ 62%]

....Browser; import laya.webgl.WebGL; public class Text_ComplexStyle { public function Text_ComplexStyle() { // 不支持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

1404. laya.d3.core.render.command.DrawRenderCMD_API3.0 [ 62%]

...tor material destroy recover run setContext Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface Inherited method

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

1405. laya.d3.resource.models.SkyRenderer_API3.0 [ 62%]

...OR SUNLIGHTDIRECTION material mesh __init__ Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Accessor Static property Static method Enumeration Interface

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

1406. laya.ui.HScrollBar [ 62%]

...e addChildren(... args):void 批量增加子节点 Node callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Component clearTimer(caller:*, method:Function):void 清理定时器。功能同Lay...

来源: laya_api 发布时间: 20170929

1407. laya.display.cmd.DrawLineCmd_API3.0 [ 62%]

...X toY ID getBoundPoints recover _tempPoints Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface Static property

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

1408. 鼠标交互-滑动 [ 62%]

...sition:int; private var endPosition:int; private var button:Sprite; public function Interaction_Swipe() { // 不支持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

1409. laya.device.geolocation.GeolocationInfo_API3.0 [ 62%]

...itude longitude speed timestamp setPosition Legend Object literal Variable Function Type alias Class Class with type parameter Method Enumeration Interface

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

1410. 关于mouseover的问题 [ 62%]

...09-20 1 0 分享 微博 QZONE 微信 shiyang 赞同来自: override public function onRegister():void{             Laya.init(600,600,WebGL);             Laya.stage.alignH=Stage.ALIGN_MIDDLE;             Laya.stage.alignV=Stage.ALIGN_TOP;                     ...

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