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

大约有 3,008 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0065 秒)

791. 3D变换 · LayaAir3.3 · 引擎文档 · LAYABOX [ 72%]

...x、y和z方向上分别移动距离1,示例代码如下: const { regClass, property } = Laya; @regClass() export class NewScript extends Laya.Script { @property({ type: Laya.Sprite3D }) public cube: Laya.Sprite3D; // 平移距离 private translate: Laya.Vector3 = new Laya.Vector3(1, 1, 1); cons...

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

792. laya.components.KeyframeNode2D_API3.0 [ 72%]

...Only exported Menu Globals "laya/components/KeyframeNode2D" KeyframeNode2D Class KeyframeNode2D Hierarchy KeyframeNode2D Index Properties _indexInList _keyFrames _ownerPath _propertys fullPath nodePath Accessors keyFramesCount ownerPathCount propertyCount Methods _joinOwnerPath _joinProperty _setKey...

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

793. UI-Tree [ 72%]

...ript、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。class UI_Tree { constructor() { const Browser = Laya.Browser, WebGL = Laya.WebGL, Stage = Laya.Stage, Stat = Laya.Stat, Handler = Laya.Handler; // 不支持WebGL时自动切换至Canvas Laya.init(550, 400, WebGL); Laya.stage....

来源: Laya2.0_示例 发布时间: 20250224

794. 程序调试10秒钟后报错 [ 72%]

...son: Can't find a target that matches: d:\install\LayaBox\workspace\AirWar_Class11/bin/index.html.Available pages:["file:///D:/install/LayaBox/workspace/AirWar_Class11/bin/index.html"]) 附件 : --> 2016-12-30 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: ...

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

795. laya.d3.physics.shape.SphereColliderShape_API3.0 [ 72%]

...nu Globals "laya/d3/physics/shape/SphereColliderShape" SphereColliderShape Class SphereColliderShape SphereColliderShape 类用于创建球形碰撞器。 Hierarchy ColliderShape SphereColliderShape Implements IClone Index Constructors constructor Properties needsCustomCollisionCallback SHAPEORIENTA...

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

796. laya.d3.component.animator.AnimatorTransition_API3.0 [ 72%]

...Globals "laya/d3/component/Animator/AnimatorTransition" AnimatorTransition Class AnimatorTransition Hierarchy AnimatorTransition Index Constructors constructor Accessors conditions destState exitByTime exitTime mute name transduration transstartoffset Methods addCondition check removeCondition Const...

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

797. laya.d3.physics.shape.MeshColliderShape [ 72%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames MeshColliderShapeProperties | Methods Packagelaya.d3.physics.shapeClasspublic class MeshColliderShapeInheritanceMeshColliderShape ColliderShape Object MeshColliderShape 类用于创建网格碰撞器。 Public Properties...

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

798. laya.d3.terrain.TerrainHeightData [ 72%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames TerrainHeightDataProperties | Methods Packagelaya.d3.terrainClasspublic class TerrainHeightDataInheritanceTerrainHeightData laya.resource.Resource TerrainHeightData 类用于描述地形高度信息。 Public Properties...

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

799. laya.d3.core.trail.VertexTrail [ 72%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames VertexTrailProperties | Methods | Constants Packagelaya.d3.core.trailClasspublic class VertexTrailInheritanceVertexTrail ObjectImplements IVertex VertexTrail 类用于创建拖尾顶点结构。 Public Properties Prope...

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

800. module写法的模块无法使用,其他地方使用会报错 [ 72%]

...法的模块无法使用,其他地方使用会报错 module bili{ export class Test{ constructor(){ console.log("Test"); } } } 2018-09-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 7 个回复 牛唠叨 赞同来自: Ch...

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