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

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

1201. VR场景-VR场景 [ 66%]

..."../../res/threeDimen/skyBox/skyBox2/skyCube.ltc"); vrCamera.sky = skyBox; class VRScene2 { constructor() { Laya3D.init(0, 0, true); Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; Laya.Stat.show(); var scene: Laya.Scene = Laya.stage.addChild(Laya.Scene....

来源: Laya_示例 发布时间: 20241002

1202. 图像组件 · LayaAir3.0文档 · LAYABOX [ 66%]

...。下面给出一个示例代码,实现脚本控制Image: const { regClass, property } = Laya; @regClass() export class NewScript extends Laya.Script { @property({ type: Laya.Image }) public img: Laya.Image; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件...

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

1203. laya.d3.utils.Physics3DUtils_API3.0 [ 66%]

...s Only exported Menu Globals "laya/d3/utils/Physics3DUtils" Physics3DUtils Class Physics3DUtils Physics 类用于简单物理检测。 Hierarchy Physics3DUtils Index Constructors constructor Properties COLLISIONFILTERGROUP_ALLFILTER COLLISIONFILTERGROUP_CHARACTERFILTER COLLISIONFILTERGROUP_CUSTOMFIL...

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

1204. 关于要自定shader的同学 [ 66%]

...= new_texture 其他的参照shader原文档 2.要修改shader里面的值 class ShaderValue extends Laya.Value2D {class ShaderValue extends Laya.Value2D { constructor () { super(0, 0) var _vlen = 8 * Laya.CONST3D2D.BYTES_PE this.position = [2, Laya.WebGLContext.FLOAT, false, _vlen, 0] this.texcoord...

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

1205. laya.d3.core.particleShuriKen.module.FrameOverTime [ 66%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames FrameOverTimeProperties | Methods Packagelaya.d3.core.particleShuriKen.moduleClasspublic class FrameOverTimeInheritanceFrameOverTime ObjectImplements laya.d3.core.IClone FrameOverTime 类用于创建时间帧。 Public P...

来源: laya_api 发布时间: 20170929

1206. laya.d3.core.particleShuriKen.module.FrameOverTime [ 66%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames FrameOverTimeProperties | Methods Packagelaya.d3.core.particleShuriKen.moduleClasspublic class FrameOverTimeInheritanceFrameOverTime ObjectImplements laya.d3.core.IClone FrameOverTime 类用于创建时间帧。 Public P...

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

1207. 鼠标交互-双指旋转(多点触控) [ 66%]

...种开发语言、LayaAirIDE让项目开发更高效。let preRadian = 0; class Interaction_Rotate { constructor() { const Browser = Laya.Browser, WebGL = Laya.WebGL, Stage = Laya.Stage, Stat = Laya.Stat, Handler = Laya.Handler; // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth...

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

1208. laya.d3.core.scene.QuadtreeNode [ 66%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames QuadtreeNodeProperties | Methods Packagelaya.d3.core.sceneClasspublic class QuadtreeNodeInheritanceQuadtreeNode ObjectImplements ITreeNodePublic Properties PropertyDefined By  _children : Vector.<QuadtreeNode>Qu...

来源: laya_api 发布时间: 20170304

1209. laya.d3.core.scene.BoundsOctree [ 66%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames BoundsOctreeMethods Packagelaya.d3.core.sceneClasspublic class BoundsOctreeInheritanceBoundsOctree Object BoundsOctree 类用于创建八叉树。 Public Methods  MethodDefined By  BoundsOctree(initialWorldSize:Number,...

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

1210. laya.d3.component.Component3D [ 66%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames Component3DProperties | Methods | Events Packagelaya.d3.componentClasspublic class Component3DInheritanceComponent3D EventDispatcher ObjectImplements IUpdate, laya.resource.IDestroySubclasses Animator, AttachPoint, Coll...

来源: laya_api 发布时间: 20170929