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

大约有 1,439 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0064 秒)

751. laya.d3.graphics.VertexPositionNormalColorTexture0Texture1Tangent [ 62%]

... ObjectImplements IVertex VertexPositionNormalColorTextureTangent 类用于创建位置、法线、颜色、纹理、切线顶点结构。 Public Properties PropertyDefined By  color : Vector4[read-only] VertexPositionNormalColorTexture0Texture1Tangent  normal : Vector3[read-only] VertexPositio...

来源: laya_api 发布时间: 20170929

752. 实体组件系统 · LayaAir3.0文档 · LAYABOX [ 62%]

...方法 2.1 组件的生命周期方法 生命周期方法是指在物体的创建、销毁、激活、禁用等过程中,会自动调用的方法。当使用自定义的组件脚本时,可以实现如下生命周期方法,方便快速开发业务逻辑。可以在每个方法中打印一条日...

来源: Laya3.0_文档 发布时间: 20240528

753. 发现TimeLine的一些问题,像是BUG [ 62%]

...{ //实例UI界面 Laya.stage.bgColor="#353535"; sp1=createSprite(50,50);//创建方块1 sp2=createSprite(250,50);//创建方块2 sp3=createSprite(450,50);//创建方块3 addTime(timeLine1,sp1,200);//sp1添加缓动,从50到200的位置 addTime(timeLine2,sp2,200);//sp2添加缓动,从50到200的...

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

754. Handler 未定义 [ 62%]

...2.0 在构造函数中获取基类的组件,报错说未定义。 LayaIDE创建项目libs 文件下的类未定义 as 自动生成的页面逻辑类报错:__class未定义 Scene3D未定义 问题状态 最新活动: 2017-09-20 20:08 浏览: 749 关注: 2 人

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

755. LayaBox加载TiledMap地图和注意事项 [ 62%]

...舞台 Laya.init(Laya.Browser.width, Laya.Browser.height, Laya.WebGL); //创建TiledMap实例 this.tMap = new Laya.TiledMap(); //创建Rectangle实例,视口区域 var viewRect = new Laya.Rectangle(0, 0, Laya.Browser.width, Laya.Browser.height); //创建TiledMap地图        this.tMap.crea...

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

756. laya.d3.physics.PhysicsComponent_API3.0 [ 62%]

...mponent" PhysicsComponent Class PhysicsComponent PhysicsComponent 类用于创建物理组件的父类。 Hierarchy Component PhysicsComponent PhysicsTriggerComponent CharacterController Index Constructors constructor Properties _extra _singleton canScaleShape owner runInEditor scriptPath Accessors ...

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

757. laya.d3.graphics.IVertex [ 62%]

...kenParticleBillboard, VertexShurikenParticleMesh IVertex 接口用于实现创建顶点声明。 Public Properties PropertyDefined By  vertexDeclaration : VertexDeclaration[read-only] IVertexProperty DetailvertexDeclarationpropertyvertexDeclaration:VertexDeclaration  [read-only] Implementation ...

来源: laya_api 发布时间: 20170929

758. Tree属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 62%]

# Tree 组件参考 ## 一、通过LayaAirIDE创建Tree组件 ​ Tree 组件用来显示树状结构。用户可以查看排列为可扩展树的层次结构数据。 ​ Tree 组件的脚本接口请参考 [Tree API](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=...

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

759. laya.d3.graphics.VertexPositionNormalTexture0Texture1Tangent [ 62%]

...ngent ObjectImplements IVertex VertexPositionNormalTextureTangent 类用于创建位置、法线、纹理、切线顶点结构。 Public Properties PropertyDefined By  normal : Vector3[read-only] VertexPositionNormalTexture0Texture1Tangent  position : Vector3[read-only] VertexPositionNormalText...

来源: laya_api 发布时间: 20170929

760. 脚本的事件(ActionScript-3D基础(AS3)-LayaAir3D的脚本使用) [ 62%]

...件 ###### *version :2.1.0beta Update:2019-6-26* 前面介绍完了如何创建自定义脚本,然后让我们来看下脚本具体的那些事件。具体的描述可以查看API ([地址](https://layaair.ldc.layabox.com/api2/Chinese/index.html?category=Core&class=laya.d3.component.Script3D))。 ...

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