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

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

251. laya.ui.Label_API3.0 [ 94%]

...isplay.Text#align Parameters value: string Returns void alpha get alpha(): number set alpha(value: number): void Inherited from Text.alpha Defined in laya/display/Sprite.ts:1026 透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。 Returns number Inherited from...

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

252. laya.ui.TextArea_API3.0 [ 94%]

...isplay.Text#align Parameters value: string Returns void alpha get alpha(): number set alpha(value: number): void Inherited from Text.alpha Defined in laya/display/Sprite.ts:1026 透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。 Returns number Inherited from...

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

253. laya.d3.component.staticmesh.StaticBatchSubMesh_API3.0 [ 94%]

...fined in laya/d3/core/GeometryElement.ts:20 indexByteCount indexByteCount: number Defined in laya/d3/component/staticmesh/StaticBatchSubMesh.ts:34 subInfos subInfos: StaticBatchSubInfo[] Defined in laya/d3/component/staticmesh/StaticBatchSubMesh.ts:32 Accessors bufferState get bufferState(): BufferS...

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

254. laya.d3.resource.RenderTexture [ 94%]

...度。 BaseTexturePublic Methods  MethodDefined By  RenderTexture(width:Number, height:Number, surfaceFormat:int, surfaceType:int, depthStencilFormat:int, mipMap:Boolean = false, repeat:Boolean = false, minFifter:int = -1, magFifter:int = -1) 创建一个 RenderTarget 实例。 RenderTexture  e...

来源: laya_api 发布时间: 20170929

255. laya.d3.math.CollisionUtils_API3.0 [ 94%]

...hods Static boxContainsBox boxContainsBox(box1: BoundBox, box2: BoundBox): number Defined in laya/d3/math/CollisionUtils.ts:901 空间中包围盒是否包含另一个包围盒 Parameters box1: BoundBox 包围盒1 box2: BoundBox 包围盒2 Returns number 位置关系:0 不想交,1 包含, 2 相交 S...

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

256. laya.ui.VScrollBar [ 94%]

...archy : Boolean[read-only] 获取在场景中是否激活。 Node alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anch...

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

257. [LayaAir3]Laya3.x graphics.drawCurves 闪烁的问题 [ 94%]

...你 一个参考代码   export class CatmullRomSpline { private points: number[]; constructor(points: number[]) { if (points.length < 4 || points.length % 2 !== 0) { throw new Error("At least two points (four numbers) are required, and the total number of values must be even"); } this.points = ...

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

258. laya.ui.HScrollBar [ 94%]

...archy : Boolean[read-only] 获取在场景中是否激活。 Node alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anch...

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

259. laya.display.BitmapFont [ 94%]

...使用的字体大小缩放位图字体大小。BitmapFont  fontSize : Number = 12当前位图字体字号。BitmapFont  letterSpacing : Number = 0字符间距(以像素为单位)。BitmapFontPublic Methods  MethodDefined By  destroy():void 销毁位图字体,调用Text.unregisterBitmap...

来源: laya_api 发布时间: 20170929

260. laya.d3.physicscannon.CannonRigidbody3D_API3.0 [ 94%]

...ate wakeUp Constructors constructor new CannonRigidbody3D(collisionGroup?: number, canCollideWith?: number): CannonRigidbody3D Overrides CannonPhysicsCollider.constructor Defined in laya/d3/physicsCannon/CannonRigidbody3D.ts:223 创建一个 RigidBody3D 实例。 Parameters Default value collisionGr...

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