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

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

241. laya.d3.resource.models.CylinderMesh [ 84%]

...ntation     public function get height():Number    public function set height(value:Number):voidradiusproperty radius:Number 返回半径 Implementation     public function get radius():Number    public function set radius(value:Number):voidslicesproperty slices:int 获取宽度分...

来源: laya_api 发布时间: 20170929

242. laya.d3.resource.models.SkyBox_API3.0 [ 84%]

... indexFormat instanceCount mode Methods _getType clearRenderParams destroy setDrawArrayParams setDrawElemenParams Constructors constructor new SkyBox(): SkyBox Overrides GeometryElement.constructor Defined in laya/d3/resource/models/SkyBox.ts:23 创建一个 SkyBox 实例。 Returns SkyBox Propertie...

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

243. laya.spine.ExternalSkinItem_API3.0 [ 84%]

...cessors attachment skin slot Accessors attachment get attachment(): string set attachment(value: string): void Defined in laya/spine/ExternalSkinItem.ts:21 Returns string Defined in laya/spine/ExternalSkinItem.ts:18 Parameters value: string Returns void skin get skin(): string set skin(value: string...

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

244. laya.display.Sprite [ 84%]

...如果父节点手动设置为false,则不会更改)。 Sprite  mouseThrough : Boolean = false 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件的捕获阶段,此阶段引擎会从stage开始递归检测stage及其子对象,直到找到命中的目...

来源: laya_api 发布时间: 20170929

245. laya.resource.BaseTexture_API3.0 [ 84%]

...tected All Inherited Externals Only exported Menu Globals "laya/resource/BaseTexture" BaseTexture Class BaseTexture BaseTexture 纹理的父类,抽象类,不允许实例。 Hierarchy Resource BaseTexture NativeRenderTexture2D RenderTexture2D RenderTexture TextureCube Texture2DArray Texture2D Vid...

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

246. laya.d3.core.pixelline.PixelLineFilter_API3.0 [ 84%]

...exFormat instanceCount mode Methods _getLineData clearRenderParams destroy setDrawArrayParams setDrawElemenParams Constructors constructor new PixelLineFilter(owner: PixelLineRenderer, maxLineCount: number): PixelLineFilter Overrides GeometryElement.constructor Defined in laya/d3/core/pixelLine/Pixe...

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

247. weakObject的问题 [ 84%]

... 您好!我用的Laya2.0版本, 用Laya.WeakObject,会报this._obj.set is not a function。  也就是WeakObject的 __proto.set函数的  this._obj.set(  objKet,  value );     这条语句报错了。。。。 但在new Laya.WeakObject之前,   加上   laya.utils.WeakObject.__i...

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

248. laya.d3.core.material.SkyProceduralMaterial_API3.0 [ 84%]

...puMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory addDefine clone cloneTo destroy effectiveProperty event getBool getBoolByIndex getBuffer getBufferByIndex getColor getColorByIndex getFloat getFloatByIndex getInt getIntByIndex getMatr...

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

249. laya.d3.webxr.core.WebXRRenderTexture_API3.0 [ 84%]

...ethods _addReference _clearReference _createRenderTarget _removeReference _setCPUMemory _setCreateURL _setGPUMemory destroy event getData gpuCompressFormat hasListener isCreateFromURL off offAll offAllCaller on once recreate clearPool configRenderContextInstance createFromPool destroyUnusedResources...

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

250. 自己写了个label继承官方的label,出现了问题,求指导~ [ 84%]

...nction get textFormat():TextFormat { return _textFormat; } public function set textFormat(value:TextFormat):void { _textFormat = value; font = _textFormat._font; fontSize = _textFormat._fontSize; color = _textFormat._color; bold = _textFormat._bold; italic = _textFormat._italic; underline = _textFor...

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