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

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

771. laya.d3.core.particleShuriKen.ShurikenParticleSystem [ 61%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames ShurikenParticleSystemProperties | Methods | Events Packagelaya.d3.core.particleShuriKenClasspublic class ShurikenParticleSystemInheritanceShurikenParticleSystem GeometryFilter EventDispatcher ObjectImplements IRenderab...

来源: laya_api 发布时间: 20170929

772. Cannot read property 'toDefault' of undefined报错是什么原因 [ 61%]

...ty 'toDefault' of undefined报错是什么原因 主要代码如下:Laya.class(MousePickingScene, "MousePickingScene", Laya.Scene); function MousePickingScene() { MousePickingScene.super(this); this.camera = new Laya.Camera(0,0.1,100); this.addChild(this.camera); this.camera.clearFlag = Laya.BaseC...

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

773. 分享,扩展Laya.Text组件实现简单的富文本 [ 61%]

...类的排版和渲染函数以实现自定义的富文本类型) */ export class Label extends Laya.Text { constructor() { super(); } private typeList = {}; //取出文本里面的关键字 private typeIndexList = ; //关键字所在文本的位置 private typeLines = ; //利用关键字重新划分...

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

774. Uncaught TypeError: Cannot read property 'regClass' of undefined [ 61%]

Uncaught TypeError: Cannot read property 'regClass' of undefined 1.使用2.12.0版本创建typescript的2D示例项目 2.运行,可以正常运行 3.按F9,默认编程语言是没有任何选择的,然后切换编程语言,选择TypeScript,点击确定 4.运行,出现错误Uncaught Type...

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

775. button 按下放缩特效 [ 61%]

... laya.editorUI {     /**      * Graphics解析器      */     // class GraphicParser extends laya.display.GraphicAnimation {     //     protected _getTextureByUrl(url: string): string;     //     static parseAnimationData(aniData: any): any;     // } }   T15_UITest.zip 2017-08-1...

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

776. laya.d3.core.particleshuriken.ShurikenParticleInstanceSystem_API3.0 [ 61%]

...cleShuriKen/ShurikenParticleInstanceSystem" ShurikenParticleInstanceSystem Class ShurikenParticleInstanceSystem Hierarchy ShurikenParticleSystem ShurikenParticleInstanceSystem Implements IClone Index Constructors constructor Properties _geometryElementOBj autoRandomSeed dragConstant dragSpeedConstan...

来源: Laya3.0_api 发布时间: 20231115

777. Animation 的createFrames 使用已经加载的图集缓存动画失败 [ 61%]

...件的形式上传,我们好方便快速的查找问题。     public class Animation_Altas { private const AniConfPath:String = "res/fighter/fighter.json"; private var fly:Animation; public function Animation_Altas() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Br...

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

778. laya.d3.component.animation.RigidAnimations [ 61%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames RigidAnimationsProperties | Methods | Events Packagelaya.d3.component.animationClasspublic class RigidAnimationsInheritanceRigidAnimations KeyframeAnimations Component3D EventDispatcher Object RigidAnimations 类用于...

来源: laya_api 发布时间: 20170929

779. 【项目分享】分享一个六角消除小游戏源码 [ 61%]

...享 微博 QZONE 微信 珍惜呵护 赞同来自: Uncaught Can not find class Laya.Text    报这个错是什么情况 2021-03-22 0 0 分享 微博 QZONE 微信 Anger123 赞同来自: 我也送大家一个3D全民过山车 全民过山车-laya3d.zip 2021-03-23 0 0 分享 微博 QZONE 微信 为...

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

780. HttpRequest详解(TypeScript-LayaAir基础篇(TS)-数据与通信) [ 60%]

...发的功能。我们写个简单的例子来看下用法: ```typescript class LayaSample { constructor() { //初始化引擎 Laya.init(1136, 640); var xhr: Laya.HttpRequest = new Laya.HttpRequest(); xhr.http.timeout = 10000;//设置超时时间; xhr.once(Laya.Event.COMPLETE, this, this.complete...

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