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

大约有 1,873 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0068 秒)

701. 2.0版本可用的CameraMoveScript.ts [ 87%]

...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

702. laya.d3.component.hlod.HLOD_API3.0 [ 87%]

...件。 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

703. laya.particle.shader.value.ParticleShaderValue_API3.0 [ 87%]

...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

704. 脚本化(ActionScript-IDE篇(AS3)-组件化开发相关) [ 87%]

...量名一致 | | 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

705. laya.d3.component.animator.AnimatorControllerLayer_API3.0 [ 87%]

...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

706. laya.filters.webgl.FilterActionGL [ 87%]

...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

707. laya.d3.physics.constraints.ConstraintComponent [ 87%]

...s Show Inherited Public Properties PropertyDefined By  appliedImpulse : Number[read-only] 获取应用的冲力。 ConstraintComponent  breakingImpulseThreshold : Number 获取打破冲力阈值。 ConstraintComponent  connectedBody : Rigidbody3D 获取已连接的刚体。 ConstraintComponen...

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

708. laya.physics.joint.GearJoint_API3.0 [ 87%]

...件。 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

709. laya.d3.core.particleShuriKen.ShurikenParticleRender [ 87%]

...BaseMaterial> 获取浅拷贝材质列表。 BaseRender sortingFudge : Number排序矫正值。BaseRender  stretchedBillboardCameraSpeedScale : Number拉伸广告牌模式摄像机速度缩放,暂不支持。ShurikenParticleRender  stretchedBillboardLengthScale : Number拉伸广告牌模式...

来源: laya_api 发布时间: 20170929

710. 关于bezier [ 87%]

...** * 计算二次贝塞尔点。 * @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