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

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

661. flashbuilder运行快捷键是什么? [ 64%]

...据官方教程:FlashBuilder-LayaCompiler-运行提示"must set Document Class!" 问题状态 最新活动: 2018-01-10 15:56 浏览: 664 关注: 2 人 newlearn • 2018-01-10 16:06 Ctrl + F11或者F11 是做as3开发的 就是试过不行才来问的 设置浏览器为chrome的话 就是打开flas...

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

662. Laya 绑定显示内容到骨骼动画 [ 64%]

...加的内容:   1. 可绑定内容的骨骼动画   export default class BindSkeleton extends Laya.Skeleton { private __bindList:BindSource[]; constructor(){ super(); this.__bindList=[]; }  /** * 绑定 * @param source */ bind(source:BindSource):void{ let index:number=this.__bindList.i...

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

663. laya.d3.graphics.VertexPositionNormalTexture0Texture1Tangent [ 64%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames VertexPositionNormalTexture0Texture1TangentProperties | Methods Packagelaya.d3.graphicsClasspublic class VertexPositionNormalTexture0Texture1TangentInheritanceVertexPositionNormalTexture0Texture1Tangent ObjectImplements ...

来源: laya_api 发布时间: 20170929

664. 加载UI不成功,项目源码已经上传 [ 64%]

...17-11-13 16:39 我截图的这个是源码 wudi199553 • 2017-11-13 19:48 class TestUI extends ui.test.TestPageUI { constructor() { super(); } } Laya.init(600, 400); Laya.stage.bgColor = "#FFFFF00"; this.onLoaded(); function onLoaded(): void { var testUI: TestUI = new TestUI(); Laya.stage...

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

665. laya.d3.core.MeshRender [ 64%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames MeshRenderProperties | Methods Packagelaya.d3.coreClasspublic class MeshRenderInheritanceMeshRender BaseRender EventDispatcher ObjectSubclasses SkinnedMeshRender MeshRender 用于网格渲染器。 Public Properties H...

来源: laya_api 发布时间: 20170929

666. laya.d3.terrain.TerrainRender [ 64%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames TerrainRenderProperties | Methods Packagelaya.d3.terrainClasspublic class TerrainRenderInheritanceTerrainRender BaseRender EventDispatcher Object MeshRender 用于网格渲染器。 Public Properties Hide Inherited Pu...

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

667. Sprite用graphics绘制图形后,mouse_over触发scale显示有问题 [ 64%]

...: 我新写了个例子,发现个新问题 import Sprite = Laya.Sprite; class Test extends Sprite{ constructor(){ super(); this._initView(); } private _initView():void { let sprite:Sprite = new Sprite(); sprite.loadImage("res/scene/1001/layer1/qiang.jpg", 100, 100, 100, 100); this.addChild(sprite)...

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

668. 绘制矩形与圆角矩形(TypeScript-LayaAir基础篇(TS)-矢量图) [ 64%]

... = Laya.Sprite;     import Stage = Laya.Stage;       export class Sprite_DrawShapes {         private sp: Sprite;           constructor()         {             //初始化舞台             Laya.init(500, 300);           ...

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

669. 想用js写一个什么也不继承的,但每次实例化这个的时候会报错,是不是这个写得不对呀 [ 64%]

...);         console.log("执行测试构造函数"); } //注册 Laya.class(Test,"Test",_super); //获取执行域 var _proto = Test.prototype; //_proto. return Test; })(); 2018-06-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...

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

670. laya.d3.resource.models.Mesh [ 64%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames MeshProperties | Methods Packagelaya.d3.resource.modelsClasspublic class MeshInheritanceMesh BaseMesh laya.resource.Resource Mesh 用于创建文件网格数据模板。 Public Properties Hide Inherited Public Propert...

来源: laya_api 发布时间: 20170929