大约有 1,873 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0068 秒)
Laya_社区(617) Laya3.0_api(529) Laya2.0_api(242) laya_api(178) Laya2.0_文档(88) Laya_示例(78) Laya3.0_文档(73) Laya2.0_示例(68)
...pVector3: Laya.Vector3 = new Laya.Vector3(); protected lastMouseX: number; protected lastMouseY: number; protected yawPitchRoll: Laya.Vector3 = new Laya.Vector3(); protected resultRotation: Laya.Quaternion = new Laya.Quaternion(); protected tempRotationZ: Laya...
来源: Laya_社区 发布时间: 20200707
...件。 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
...ticleShaderValue.ts:28 Returns ParticleShaderValue Properties ALPHA ALPHA: number = 1 Inherited from Value2D.ALPHA Defined in laya/webgl/shader/d2/value/Value2D.ts:46 alpha alpha: number = 1 Inherited from Value2D.alpha Defined in laya/webgl/shader/d2/value/Value2D.ts:41 clipMatDir clipMatDir: any[]...
来源: Laya3.0_api 发布时间: 20231115
...量名一致 | | tips | 鼠标经过显示标签 | | type | 类型:Int,Number,sNumber,String,Bool,Option,editOption,Check,Color,ColorArray,Node,Nodes,Prefab,SizeGrid,Vec,Vector,Ease | | accept | String的关联属性,accept:res 为接收资源地址 | | acceptTypes | Node和accept的关联属性...
来源: Laya2.0_文档 发布时间: 20201213
...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
...件。 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
...BaseMaterial> 获取浅拷贝材质列表。 BaseRender sortingFudge : Number排序矫正值。BaseRender stretchedBillboardCameraSpeedScale : Number拉伸广告牌模式摄像机速度缩放,暂不支持。ShurikenParticleRender stretchedBillboardLengthScale : Number拉伸广告牌模式...
来源: laya_api 发布时间: 20170929
...** * 计算二次贝塞尔点。 * @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