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

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

911. laya.d3.core.BaseCamera [ 26%]

...:Sprite3D, parent:Node = null, worldPositionStays:Boolean = true, position:Vector3 = null, rotation:Quaternion = null):Sprite3D[static] 创建精灵的克隆实例。 Sprite3D isMouseEvent(type:String):Boolean 检测指定事件类型是否是鼠标事件。 EventDispatcher load(url:String, comple...

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

912. Unity插件使用说明(TypeScript-3D基础(TS)-LayaAir3D之3D场景可视化编辑) [ 23%]

...nkey2 = _Scene3D.addChild(sp); layaMonkey2.transform.localScale = new Laya.Vector3(4, 4, 4); layaMonkey2.transform.translate(new Laya.Vector3(-20, 13, 0)); //获取动画组件 var xxAni = layaMonkey2.getChildAt(0).getComponent(Laya.Animator); //获取动画资源对象 var xxClip = Laya.Loader.getR...

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

913. laya.d3.core.material.RenderState_API3.0 [ 23%]

...参数,在blend为BLEND_ENABLE_SEPERATE时生效。 stencilOp stencilOp: Vector3 Defined in laya/d3/core/material/RenderState.ts:156 模板设置值 stencilRef stencilRef: number Defined in laya/d3/core/material/RenderState.ts:154 模板值 一般会在0-255 stencilTest stencilTest: number Defined i...

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

914. laya.d3.core.particleShuriKen.ShuriKenParticle3D [ 21%]

...:Sprite3D, parent:Node = null, worldPositionStays:Boolean = true, position:Vector3 = null, rotation:Quaternion = null):Sprite3D[static] 创建精灵的克隆实例。 Sprite3D isMouseEvent(type:String):Boolean 检测指定事件类型是否是鼠标事件。 EventDispatcher load(url:String, comple...

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

915. laya.d3.core.particleShuriKen.ShuriKenParticle3D [ 20%]

...:Sprite3D, parent:Node = null, worldPositionStays:Boolean = true, position:Vector3 = null, rotation:Quaternion = null):Sprite3D[static] 创建精灵的克隆实例。 Sprite3D isMouseEvent(type:String):Boolean 检测指定事件类型是否是鼠标事件。 EventDispatcher  load(url:String):Shur...

来源: laya_api 发布时间: 20170929

916. laya.d3.core.scene.Scene3D_API3.0 [ 14%]

...相关的皮肤,但放在不同域,这里可以设置 _sundir _sundir: Vector3 = new Vector3() Defined in laya/d3/core/scene/Scene3D.ts:381 interanl Optional _url _url: string Inherited from Node._url Defined in laya/display/Node.ts:55 autoSize autoSize: boolean = false Inherited from Text.autoS...

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

917. 插件开发说明 · LayaAir3.0文档 · LAYABOX [ 11%]

... { //注意这里面的属性不要使用到Laya引擎里的类型,比如Vector3这些,是不可以的 Editor.typeRegistry.addTypes([ { name: "MyTestSettingsType", properties: [ { name: "option1", type: "boolean", default: true }, { name: "option2", type: "string", default: "", } ] } ]); Editor....

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