大约有 1,839 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0091 秒)
Laya_社区(603) Laya3.0_api(529) Laya2.0_api(242) laya_api(178) Laya2.0_文档(88) Laya_示例(78) Laya2.0_示例(68) Laya3.0_文档(53)
...ring Returns AnimatorControllerLayer Properties blendingMode blendingMode: number = AnimatorControllerLayer.BLENDINGMODE_OVERRIDE Defined in laya/d3/component/Animator/AnimatorControllerLayer.ts:56 混合模式。 defaultWeight defaultWeight: number = 1 Defined in laya/d3/component/Animator/Animator...
来源: Laya3.0_api 发布时间: 20231115
...L apply3d(scope:SubmitCMDScope, sprite:Sprite, context:RenderContext, x:Number, y:Number):*FilterActionGL setValue(shader:*):voidFilterActionGL setValueMix(shader:Value2D):voidFilterActionGLProperty DetailtypeMixpropertytypeMix:int [read-only] Implementation public function get t...
来源: laya_api 发布时间: 20170929
...s Show Inherited Public Properties PropertyDefined By appliedImpulse : Number[read-only] 获取应用的冲力。 ConstraintComponent breakingImpulseThreshold : Number 获取打破冲力阈值。 ConstraintComponent connectedBody : Rigidbody3D 获取已连接的刚体。 ConstraintComponen...
来源: Laya2.0_api 发布时间: 20190513
...** * 计算二次贝塞尔点。 * @param t * @param rst * */ getPoint2(t: number, rst: Array<any>): void; /** * 计算三次贝塞尔点 * @param t * @param rst * */ getPoint3(t: number, rst: Array<any>): void; /** * 计算贝塞尔点序列 * @param count * @param rst * */ insertPoints...
来源: Laya_社区 发布时间: 20170328
...BaseMaterial> 获取浅拷贝材质列表。 BaseRender sortingFudge : Number排序矫正值。BaseRender stretchedBillboardCameraSpeedScale : Number拉伸广告牌模式摄像机速度缩放,暂不支持。ShurikenParticleRender stretchedBillboardLengthScale : Number拉伸广告牌模式...
来源: laya_api 发布时间: 20170929
...件。 Parameters value: boolean Returns void hideFlags get hideFlags(): number set hideFlags(value: number): void Inherited from Component.hideFlags Defined in laya/components/Component.ts:38 Returns number Inherited from Component.hideFlags Defined in laya/components/Component.ts:42 Parameters val...
来源: Laya3.0_api 发布时间: 20231115
...ha *= 0.9; laser.scaleY = laser.alpha; if (laser.alpha = []; private tick: number = 0; private frequency: number = 80; private type: number = 0; constructor() { Laya.init(this.viewWidth, this.viewHeight, WebGL); Laya.stage.screenMode = Stage.SCREEN_HORIZONTAL; Laya.stage.scaleMode = Stage.SCALE_NOBO...
来源: Laya_示例 发布时间: 20241119
...ean[read-only] 获取在场景中是否激活。 Sprite3D aspectRatio : Number 获取横纵比。 Camera boundFrustum : BoundFrustum[read-only] 获取摄像机视锥。 Camera clearColor : Vector4摄像机的清除颜色。BaseCamera clearFlag : int清楚标记。BaseCamera componentsCount ...
来源: laya_api 发布时间: 20170929
...{ regClass, property } = Laya; @regClass() class Animal { private _weight: number = 0; @property( { type : Number } ) get weight() : number { return this._weight; } set weight(value: number) { this._weight = value; } } 3.2.3 是否序列化保存 通过装饰器定义为组件属性后,默认状...
来源: Laya3.0_文档 发布时间: 20241014
...e needsCustomCollisionCallback : Boolean = falseColliderShape radius : Number[read-only] 获取半径。 SphereColliderShape type : int[read-only] 获取碰撞类型。 ColliderShapePublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By SphereColliderSha...
来源: Laya2.0_api 发布时间: 20190513