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

大约有 819 项符合查询结果, 库内数据总量为 30,938 项。 (搜索耗时: 0.0052 秒)

461. laya.d3.core.particle.Particle3D [ 63%]

...le3DInheritanceParticle3D RenderableSprite3D Sprite3D Node EventDispatcher Object Particle3D 3D粒子。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Sprite3D activeInHierarchy : Boolean[read-on...

来源: laya_api 发布时间: 20170603

462. 混合模式-Lighter [ 63%]

...en(); private var gradientInterval:int = 2000; private var bgColorChannels:Object = {r: 99, g: 0, b: 0xFF}; public function BlendMode_Lighter() { // 不支持WebGL时自动切换至Canvas Laya.init(phoenixWidth * 2, phoenixHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = S...

来源: Laya2.0_示例 发布时间: 20250315

463. laya.ui.Tab [ 63%]

... class TabInheritanceTab UIGroup Box Component Sprite Node EventDispatcher Object Tab 组件用来定义选项卡按钮组。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明...

来源: laya_api 发布时间: 20170929

464. laya.ui.Tab [ 63%]

...lass TabInheritanceTab UIGroup Box UIComponent Sprite Node EventDispatcher Object Tab 组件用来定义选项卡按钮组。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy ...

来源: Laya2.0_api 发布时间: 20190513

465. laya.ui.AutoBitmap_API3.0 [ 63%]

... translate Legend Class Class with type parameter Property Method Accessor Object literal Variable Function Type alias Inherited constructor Inherited method Inherited accessor Enumeration Interface

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

466. laya.d3.core.render.RenderElement_API3.0 [ 63%]

...eShader Legend Class Class with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface

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

467. laya.resource.Texture_API3.0 [ 63%]

...egend Class Class with type parameter Constructor Property Method Accessor Object literal Variable Function Type alias Inherited property Inherited method Enumeration Interface Static method

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

468. laya.resource.VideoTexture_API3.0 [ 63%]

...sources Legend Class Class with type parameter Constructor Method Accessor Object literal Variable Function Type alias Inherited property Inherited method Inherited accessor Enumeration Interface Static property

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

469. socket连续发送消息导致无法写出 [ 63%]

...ket连续发送消息导致无法写出 public function send(cmd:int , req:Object):void { var json:String = JSON.stringify(req); var data:ByteArray = new ByteArray(); data.writeUTFBytes(json); data.compress(); var obj:Object = {}; var headByte:ByteArray = new ByteArray(); writeHeader(obj, headByte);...

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

470. MissingMethodException: Method not found: 'UnityEngine.LightmapData.get_lightmapColor'. [ 63%]

...r3D/LayaTool/LayaAir3D.cs:337) System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMet...

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