大约有 1,839 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0076 秒)
Laya_社区(603) Laya3.0_api(529) Laya2.0_api(242) laya_api(178) Laya2.0_文档(88) Laya_示例(78) Laya2.0_示例(68) Laya3.0_文档(53)
...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
...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
...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
...度。 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
...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
...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
...你 一个参考代码 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
...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
...使用的字体大小缩放位图字体大小。BitmapFont fontSize : Number = 12当前位图字体字号。BitmapFont letterSpacing : Number = 0字符间距(以像素为单位)。BitmapFontPublic Methods MethodDefined By destroy():void 销毁位图字体,调用Text.unregisterBitmap...
来源: laya_api 发布时间: 20170929
...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