大约有 271 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0030 秒)
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
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
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
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
...线检测使用的接口有4个,分为两类。`raycastFromTo`,`raycastAllFromTo`一类,`rayCast`,`rayCastAll`一类。我们将前面2个成为A类,后面为B类,我们来看下这两种方法的api: (图1) (图2) A类使用的是一个两个点作为参数...
来源: Laya2.0_文档 发布时间: 20210715
...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
...线检测使用的接口有4个,分为两类。`raycastFromTo`,`raycastAllFromTo`一类,`rayCast`,`rayCastAll`一类。我们将前面2个成为A类,后面为B类,我们来看下这两种方法的api: (图1) (图2) A类使用的是一个两个点作为参数...
来源: Laya2.0_文档 发布时间: 20210715
API DocumentationAll Packages | All Classes | Index | Frames No Frames MouseJointProperties | Methods Packagelaya.physics.jointClasspublic class MouseJointInheritanceMouseJoint JointBase Component Object 鼠标关节:鼠标关节用于通过鼠标来操控物体。它试图将物体拖向...
来源: Laya2.0_api 发布时间: 20190513
API DocumentationAll Packages | All Classes | Index | Frames No Frames MotorJointProperties | Methods Packagelaya.physics.jointClasspublic class MotorJointInheritanceMotorJoint JointBase Component Object 马达关节:用来限制两个刚体,使其相对位置和角度保持不变 Publi...
来源: Laya2.0_api 发布时间: 20190513
... 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