大约有 1,839 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0056 秒)
Laya_社区(603) Laya3.0_api(529) Laya2.0_api(242) laya_api(178) Laya2.0_文档(88) Laya_示例(78) Laya2.0_示例(68) Laya3.0_文档(53)
...erride 隐藏性能统计信息。 Returns void render render(ctx: any, x: number, y: number): void Implementation of IStatUI.render Defined in laya/ui/StatUI.ts:190 Parameters ctx: any x: number y: number Returns void show show(x?: number, y?: number, views?: Array<StatUIParams>): void Implem...
来源: Laya3.0_api 发布时间: 20231115
...活。 Node align : String 子对象对齐方式。LayoutBox alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchor...
来源: Laya2.0_api 发布时间: 20190513
...efined By elements : Float32Array三维向量元素数组Vector3 x : Number 获取X轴坐标。 Vector3 y : Number 获取Y轴坐标。 Vector3 z : Number 获取Z轴坐标。 Vector3Public Methods MethodDefined By Vector3(x:Number = 0, y:Number = 0, z:Number = 0) 创建一个 Vector3...
来源: laya_api 发布时间: 20170929
...是否销毁。 Returns boolean 是否销毁。 drawType get drawType(): number set drawType(value: number): void Inherited from GeometryElement.drawType Defined in laya/d3/core/GeometryElement.ts:52 draw Type Returns number Inherited from GeometryElement.drawType Defined in laya/d3/core/GeometryEle...
来源: Laya3.0_api 发布时间: 20231115
...MathUtils 实例。 Returns MathUtils3D Properties Static Deg2Rad Deg2Rad: number = Math.PI / 180 Defined in laya/maths/MathUtils3D.ts:12 角度转弧度系数 Static MaxValue MaxValue: number = 3.40282347e+38 Defined in laya/maths/MathUtils3D.ts:8 浮点数默认最大值 Static MinValue MinValue: ...
来源: Laya3.0_api 发布时间: 20231115
...Constructors constructor new CannonPhysicsTriggerComponent(collisionGroup: number, canCollideWith: number): CannonPhysicsTriggerComponent Overrides CannonPhysicsComponent.constructor Defined in laya/d3/physicsCannon/CannonPhysicsTriggerComponent.ts:35 创建一个 PhysicsTriggerComponent 实例。 P...
来源: Laya3.0_api 发布时间: 20231102
...u Globals "laya/d3/component/Animator/AnimatorStateCondition" AnimatorStateNumberCondition Class AnimatorStateNumberCondition Hierarchy AnimatorStateCondition AnimatorStateNumberCondition Index Constructors constructor Accessors compareFlag id name numberValue type Methods checkState conditionIDToNa...
来源: Laya3.0_api 发布时间: 20231102
...函数。 实例。 Returns StartFrame Accessors constant get constant(): number Defined in laya/d3/core/particleShuriKen/module/StartFrame.ts:49 固定帧。 Returns number constantMax get constantMax(): number Defined in laya/d3/core/particleShuriKen/module/StartFrame.ts:63 最大固定帧。 Retu...
来源: Laya3.0_api 发布时间: 20231115
...7 线段颜色,或者填充绘图的渐变对象。 lineWidth lineWidth: number Defined in laya/display/cmd/DrawCurvesCmd.ts:31 (可选)线段宽度。 points points: number[] | null Defined in laya/display/cmd/DrawCurvesCmd.ts:23 线段的点集合,格式[controlX, controlY, anchorX, anchor...
来源: Laya3.0_api 发布时间: 20231115
...ew Laya.Byte(buffer); ``` - **writeArrayBuffer**(arraybuffer:*, offset:number = 0, length:number = 0):void 写入指定的二进制缓冲数据。指定数据的偏移量和长度,如下: ```typescript var byte:Laya.Byte = new Laya.Byte(); var byte1:Laya.Byte = new Laya.Byte(); byte1.writeFl...
来源: Laya2.0_文档 发布时间: 20210715