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

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

51. laya.d3.core.particleShuriKen.module.shape.HemisphereShape [ 77%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames HemisphereShapeProperties | Methods Packagelaya.d3.core.particleShuriKen.module.shapeClasspublic class HemisphereShapeInheritanceHemisphereShape BaseShape Object HemisphereShape 类用于创建半球形粒子形状。 Pu...

来源: laya_api 发布时间: 20170929

52. laya.d3.core.particleShuriKen.module.shape.HemisphereShape [ 77%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames HemisphereShapeProperties | Methods Packagelaya.d3.core.particleShuriKen.module.shapeClasspublic class HemisphereShapeInheritanceHemisphereShape BaseShape Object HemisphereShape 类用于创建半球形粒子形状。 Pu...

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

53. laya.resource.HTMLCanvas [ 77%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames HTMLCanvasProperties | Methods Packagelaya.resourceClasspublic class HTMLCanvasInheritanceHTMLCanvas laya.resource.Bitmap HTMLCanvas 是 Html Canvas 的代理类,封装了 Canvas 的属性和方法。 Public Properties...

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

54. laya.physics.ColliderBase [ 77%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames ColliderBaseProperties | Methods Packagelaya.physicsClasspublic class ColliderBaseInheritanceColliderBase Component ObjectSubclasses BoxCollider, ChainCollider, CircleCollider, PolygonCollider 碰撞体基类 Public Prop...

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

55. 物理射线检测(ActionScript-3D基础(AS3)-LayaAir3D之物理系统) [ 77%]

...线检测使用的接口有4个,分为两类。`raycastFromTo`,`raycastAllFromTo`一类,`rayCast`,`rayCastAll`一类。我们将前面2个成为A类,后面为B类,我们来看下这两种方法的api: ![](img/1.png)(图1) ![](img/2.png)(图2) A类使用的是一个两个点作为参数...

来源: Laya2.0_文档 发布时间: 20210715

56. String转XMLDom的问题 [ 77%]

...Dom(value:String):XmlDom { var xml:XmlDom; /*[IF-SCRIPT-BEGIN] if(document.all) {   xml=new ActiveXObject("Microsoft.XMLDOM");   xml.loadXML(value); } else { xml = new DOMParser().parseFromString(value, "text/xml"); } [IF-SCRIPT-END]*/ return xml; } 在编译时直接报错 2017-02-21 添加...

来源: Laya_社区 发布时间: 20170221

57. 物理射线检测(TypeScript-3D基础(TS)-LayaAir3D之物理系统) [ 77%]

...线检测使用的接口有4个,分为两类。`raycastFromTo`,`raycastAllFromTo`一类,`rayCast`,`rayCastAll`一类。我们将前面2个成为A类,后面为B类,我们来看下这两种方法的api: ![](img/1.png)(图1) ![](img/2.png)(图2) A类使用的是一个两个点作为参数...

来源: Laya2.0_文档 发布时间: 20210715

58. laya.physics.joint.MouseJoint [ 77%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames MouseJointProperties | Methods Packagelaya.physics.jointClasspublic class MouseJointInheritanceMouseJoint JointBase Component Object 鼠标关节:鼠标关节用于通过鼠标来操控物体。它试图将物体拖向...

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

59. laya.physics.joint.MotorJoint [ 76%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames MotorJointProperties | Methods Packagelaya.physics.jointClasspublic class MotorJointInheritanceMotorJoint JointBase Component Object 马达关节:用来限制两个刚体,使其相对位置和角度保持不变 Publi...

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

60. 继承自Laya.BaseMaterial并且自定义Shader的的自定义材质如何设置透明渲染 [ 76%]

... this._shaderValues.setInt(OutlineMaterial.BLEND, RenderState.BLEND_ENABLE_ALL); this._shaderValues.setInt(OutlineMaterial.BLEND_SRC, RenderState.BLENDPARAM_SRC_ALPHA); this._shaderValues.setInt(OutlineMaterial.BLEND_DST, RenderState.BLENDPARAM_ONE_MINUS_SRC_ALPHA); this._shaderValues.setInt(Outline...

来源: Laya_社区 发布时间: 20190814