大约有 963 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0053 秒)
Laya2.0_api(368) laya_api(298) Laya_社区(266) Laya3.0_文档(11) Laya2.0_文档(9) Laya3.0_api(7) Laya2.0_示例(2) Laya_示例(2)
API DocumentationAll Packages | All Classes | Index | Frames No Frames MotorJointProperties | Methods Packagelaya.physics.jointClasspublic class MotorJointInheritanceMotorJoint JointBase Component Object 马达关节:用来限制两个刚体,使其相对位置和角度保持不变 Publi...
来源: Laya2.0_api 发布时间: 20190513
...istener(Event.ADDED_TO_STAGE, init); this.stage.scaleMode = StageScaleMode.NO_SCALE; this.stage.align = StageAlign.TOP_LEFT; var loginView:LoginView = new LoginView(); this.addChild(loginView); } } } 提示:你需要确定4步 1、导入的fb(或 fd)项目,找到LoginView,手动调整分...
来源: Laya_社区 发布时间: 20151225
API DocumentationAll Packages | All Classes | Index | Frames No Frames BoundsOctreeNodeMethods Packagelaya.d3.core.sceneClasspublic class BoundsOctreeNodeInheritanceBoundsOctreeNode Object BoundsOctreeNode 类用于创建八叉树节点。 Public Methods MethodDefined By BoundsOctreeNod...
来源: Laya2.0_api 发布时间: 20190513
API DocumentationAll Packages | All Classes | Index | Frames No Frames BoxColliderProperties | Methods | Events Packagelaya.d3.component.physicsClasspublic class BoxColliderInheritanceBoxCollider Collider Component3D EventDispatcher Object BoxCollider 类用于创建盒子碰撞器。 Publ...
来源: laya_api 发布时间: 20170929
API DocumentationAll Packages | All Classes | Index | Frames No Frames SphereColliderProperties | Methods | Events Packagelaya.d3.component.physicsClasspublic class SphereColliderInheritanceSphereCollider Collider Component3D EventDispatcher Object SphereCollider 类用于创建球碰撞...
来源: laya_api 发布时间: 20170929
API DocumentationAll Packages | All Classes | Index | Frames No Frames GradientColorProperties | Methods Packagelaya.d3.core.particleShuriKen.moduleClasspublic class GradientColorInheritanceGradientColor ObjectImplements laya.d3.core.IClone GradientColor 类用于创建渐变颜色。 Publi...
来源: Laya2.0_api 发布时间: 20190513
API DocumentationAll Packages | All Classes | Index | Frames No Frames GradientColorProperties | Methods Packagelaya.d3.core.particleShuriKen.moduleClasspublic class GradientColorInheritanceGradientColor ObjectImplements laya.d3.core.IClone GradientColor 类用于创建渐变颜色。 Publi...
来源: laya_api 发布时间: 20170929
...有disableVertexAttribArray,导致粒子相关buffer被delete之后出现no buffer is bound to enabled attribute报错。 解决代码: let $beginFlush = Laya.RunDriver.beginFlush; Laya.RunDriver.beginFlush = function () { $beginFlush.call(this); let attrs = Laya.Buffer._enableAtributes; i...
来源: Laya_社区 发布时间: 20200708
API DocumentationAll Packages | All Classes | Index | Frames No Frames RenderTextureProperties | Methods Packagelaya.d3.resourceClasspublic class RenderTextureInheritanceRenderTexture BaseTexture laya.resource.Resource RenderTarget 类用于创建渲染目标。 Public Properties Hide Inher...
来源: laya_api 发布时间: 20170929
... window.conch_File(url); var fr:* = new window.conch_FileReader(); fr.setIgnoreError(true); fr.onload = function():void { if(fr.result){ window.fs_writeFileSync(cachepath, fr.result); onComplete && onComplete.runWith(cachepath); } else { onError && onError.runWith("no data"); } }; //...
来源: Laya_社区 发布时间: 20190731