大约有 1,034 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0065 秒)
Laya_社区(499) Laya3.0_api(241) Laya2.0_api(137) laya_api(108) Laya2.0_文档(36) Laya3.0_文档(12) Laya2.0_示例(1)
...Defined in laya/resource/Resource.ts:103 是否加锁,如果true为不能使用自动释放机制。 Optional name name: string Inherited from Resource.name Defined in laya/resource/Resource.ts:105 名称。 url url: string Inherited from Resource.url Defined in laya/resource/Resource.ts:107 获...
来源: Laya3.0_api 发布时间: 20231115
...sics/ColliderBase.ts:95 密度值,值可以为零或者是正数,建议使用相似的密度,这样做可以改善堆叠稳定性,默认值为10 Returns number Defined in laya/physics/ColliderBase.ts:99 密度值,值可以为零或者是正数,建议使用相似的密度,这样做可...
来源: Laya3.0_api 发布时间: 20231115
...Defined in laya/resource/Resource.ts:103 是否加锁,如果true为不能使用自动释放机制。 Optional name name: string Inherited from Resource.name Defined in laya/resource/Resource.ts:105 名称。 renderQueue renderQueue: number Inherited from Material.renderQueue Defined in laya/d3/cor...
来源: Laya3.0_api 发布时间: 20231115
...ed in laya/display/Node.ts:91 是否已经销毁。对象销毁后不能再使用。 Returns boolean displayedInStage get displayedInStage(): boolean Inherited from Node.displayedInStage Defined in laya/display/Node.ts:473 表示是否在显示列表中显示。 Returns boolean hideFlags get hideFla...
来源: Laya3.0_api 发布时间: 20231102
...行,在update之后执行,尽量不要在这里写大循环逻辑或者使用getComponent方法 Returns void Optional onPostRender onPostRender(): void Inherited from Component.onPostRender Defined in laya/components/Component.ts:307 渲染之后执行 Returns void Optional onPreRender onPreRend...
来源: Laya3.0_api 发布时间: 20231115
...本背景颜色,以字符串表示。 Text blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bold : Boolean 指定文本是否为粗体字。 默认值为 false,这意味着不使用粗体字。如果值为 true,则文本为粗体字。 Text borderColo...
来源: Laya2.0_api 发布时间: 20190513
...pe:String, caller:*, listener:Function, args:Array = null):EventDispatcher 使用 EventDispatcher 对象注册指定类型的事件侦听器对象,以使侦听器能够接收事件通知。 EventDispatcher once(type:String, caller:*, listener:Function, args:Array = null):EventDispatcher 使用 Ev...
来源: laya_api 发布时间: 20170929
...行,在update之后执行,尽量不要在这里写大循环逻辑或者使用getComponent方法 Returns void Optional onPostRender onPostRender(): void Inherited from Component.onPostRender Defined in laya/components/Component.ts:307 渲染之后执行 Returns void Optional onPreRender onPreRend...
来源: Laya3.0_api 发布时间: 20231115
...为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Component cacheAs : String 指定显示对象是否缓存为静...
来源: laya_api 发布时间: 20170929
# Shader预编译 ###### *version :2.7.0beta Update:2020-6-10* 在使用Shader时,引擎才会去编译Shader。所以在Shader较为复杂时,就有可能会导致显示卡顿。为了避开这些卡顿问题,就需要去预编译Shader。 > 新版本预编译Shader优化 在2.4.0版本,我...
来源: Laya2.0_文档 发布时间: 20210714