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

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

221. laya.resource.HTMLCanvas_API3.0 [ 88%]

...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

222. laya.physics.ColliderBase_API3.0 [ 88%]

...sics/ColliderBase.ts:95 密度值,值可以为零或者是正数,建议使用相似的密度,这样做可以改善堆叠稳定性,默认值为10 Returns number Defined in laya/physics/ColliderBase.ts:99 密度值,值可以为零或者是正数,建议使用相似的密度,这样做可...

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

223. laya.d3.core.pixelline.PixelLineMaterial_API3.0 [ 88%]

...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

224. laya.d3.core.reflectionprobe.ReflectionProbe_API3.0 [ 88%]

...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

225. laya.d3.component.volume.Volume_API3.0 [ 88%]

...行,在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

226. laya.display.Text [ 88%]

...本背景颜色,以字符串表示。 Text blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite  bold : Boolean 指定文本是否为粗体字。 默认值为 false,这意味着不使用粗体字。如果值为 true,则文本为粗体字。 Text  borderColo...

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

227. laya.d3.core.MeshFilter [ 88%]

...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

228. laya.d3.physics.constraints.FixedConstraint_API3.0 [ 88%]

...行,在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

229. laya.ui.Button [ 88%]

...为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Component cacheAs : String 指定显示对象是否缓存为静...

来源: laya_api 发布时间: 20170929

230. Shader预编译(TypeScript-3D基础(TS)-LayaAir3D之Shader) [ 88%]

# Shader预编译 ###### *version :2.7.0beta Update:2020-6-10* 在使用Shader时,引擎才会去编译Shader。所以在Shader较为复杂时,就有可能会导致显示卡顿。为了避开这些卡顿问题,就需要去预编译Shader。 > 新版本预编译Shader优化 在2.4.0版本,我...

来源: Laya2.0_文档 发布时间: 20210714