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

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

591. laya.physics.joint.MotorJoint [ 48%]

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

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

592. 关于项目分包的问题?? [ 48%]

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

593. laya.d3.core.scene.BoundsOctreeNode [ 48%]

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

594. laya.d3.component.physics.BoxCollider [ 48%]

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

595. laya.d3.component.physics.SphereCollider [ 48%]

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

596. laya.d3.core.particleShuriKen.module.GradientColor [ 48%]

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

597. laya.d3.core.particleShuriKen.module.GradientColor [ 48%]

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

598. 一个修复Laya1.8.3中的粒子销毁时报错黑屏问题的思路 [ 48%]

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

599. laya.d3.resource.RenderTexture [ 47%]

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

600. LayaNative中加载自己缓存的资源 [ 47%]

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