大约有 689 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0045 秒)
Laya3.0_api(324) Laya2.0_api(134) laya_api(106) Laya_社区(94) Laya2.0_文档(23) Laya3.0_文档(7) Laya2.0_示例(1)
...c/Protected All Inherited Externals Only exported Menu Globals "laya/ui/Widget" Widget Class Widget 相对布局插件 Hierarchy Component Widget Index Constructors constructor Properties _extra _singleton owner runInEditor scriptPath EMPTY Accessors awaked bottom centerX centerY destroyed enabled h...
来源: Laya3.0_api 发布时间: 20231102
...ent.scriptPath Defined in laya/components/Component.ts:35 Accessors awaked get awaked(): boolean Inherited from Component.awaked Defined in laya/components/Component.ts:86 Returns boolean canCollideWith get canCollideWith(): number set canCollideWith(value: number): void Inherited from CannonPhysics...
来源: Laya3.0_api 发布时间: 20231102
...icalSize parent postProcess projectionMatrix projectionViewMatrix renderTarget renderingOrder scene skyRenderer timer transform url viewMatrix viewport _updateMark Methods _applyCommandBuffer _createOpaqueTexture _initialize _isLayerVisible _needRenderGamma _processActive _updateCameraRenderData add...
来源: Laya3.0_api 发布时间: 20231115
...io diffusion dirtIntensity intensity softKnee threshold Methods effectInit getCameraDepthTextureModeFlag release Constructors constructor new BloomEffect(): BloomEffect Overrides PostProcessEffect.constructor Defined in laya/d3/core/render/BloomEffect.ts:183 创建一个 BloomEffect 实例。 Return...
来源: Laya3.0_api 发布时间: 20231102
...ent.scriptPath Defined in laya/components/Component.ts:35 Accessors awaked get awaked(): boolean Inherited from Component.awaked Defined in laya/components/Component.ts:86 Returns boolean density get density(): number set density(value: number): void Inherited from ColliderBase.density Defined in la...
来源: Laya3.0_api 发布时间: 20231115
...ent.scriptPath Defined in laya/components/Component.ts:35 Accessors awaked get awaked(): boolean Inherited from Component.awaked Defined in laya/components/Component.ts:86 Returns boolean canCollideWith get canCollideWith(): number set canCollideWith(value: number): void Inherited from CannonPhysics...
来源: Laya3.0_api 发布时间: 20231102
... laya/resource/Resource.ts:19 是否开启debug模式 Accessors anisoLevel get anisoLevel(): number set anisoLevel(value: number): void Inherited from BaseTexture.anisoLevel Defined in laya/resource/BaseTexture.ts:81 各向异性值 Returns number Inherited from BaseTexture.anisoLevel Defined in lay...
来源: Laya3.0_api 发布时间: 20231115
...ors bufferState destroyed drawType indexFormat instanceCount mode Methods _getType clearRenderParams destroy setDrawArrayParams setDrawElemenParams Constructors constructor new GeometryElement(mode: MeshTopology, drawType: DrawType): GeometryElement Defined in laya/d3/core/GeometryElement.ts:89 创...
来源: Laya3.0_api 发布时间: 20231115
...lear():void 清除此对象的键名列表和键值列表。 Dictionary get(key:*):* 返回指定键名的值。 Dictionary indexOf(key:Object):int 获取指定对象的键名索引。 Dictionary remove(key:*):Boolean 移除指定键名的值。 Dictionary set(key:*, value:*):void 给指...
来源: laya_api 发布时间: 20170929
...,假如操作按钮状态失效,就需要修改自己的代码逻辑。get upState,get overState,get downState,get hitTestState 都返回null; set upState,set overState,set downState,set hitTestState 都不可设置。 例如:var btn:SimpleButton = new SimpleButton(_upState, _ove...
来源: Laya_社区 发布时间: 20151203