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

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

841. laya.maths.Vector4_API3.0 [ 65%]

...ers destObject: any 克隆源。 Returns void equal equal(value: Vector4): boolean Defined in laya/maths/Vector4.ts:173 求四维向量是否相等 Parameters value: Vector4 Returns boolean forNativeElement forNativeElement(nativeElements?: Float32Array): void Defined in laya/maths/Vector4.ts:369 Pa...

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

842. laya.d3.core.particleshuriken.module.shape.CircleShape_API3.0 [ 65%]

.../module/shape/CircleShape.ts:18 环形弧度。 emitFromEdge emitFromEdge: boolean Defined in laya/d3/core/particleShuriKen/module/shape/CircleShape.ts:20 从边缘发射。 enable enable: boolean = true Inherited from BaseShape.enable Defined in laya/d3/core/particleShuriKen/module/shape/BaseShape....

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

843. 3D中摄像机绕物体旋转该如何实现? [ 65%]

...odelViewer extends Laya.Script { // Text m_debugTip; public canRotation_X: boolean = true; public canRotation_Y: boolean = true; public canScale: boolean = true; /// <summary> /// Around center. /// </summary> //public target: Transform3D; public AroundPos: Vector3 = new Vector3(); /// &...

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

844. [unity动画导出] unity导出3d动画报错 [ 65%]

...b7195c343e79b385cd3aa43f5dc>:0) n.a (UnityEngine.GameObject A_0, System.Boolean A_1, backAnimatorData A_2) (at <0524304338e24b0bb697e3c82a810b25>:0) n.a () (at <0524304338e24b0bb697e3c82a810b25>:0) n.b (System.String A_0) (at <0524304338e24b0bb697e3c82a810b25>:0) LayaAir3D.expor...

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

845. MissingMethodException: Method not found: 'UnityEngine.LightmapData.get_lightmapColor'. [ 65%]

...er.saveData () LayaExport.DataManager.getData () LayaAir3D.exportResource (Boolean isDebug) (at Assets/LayaAir3D/LayaTool/LayaAir3D.cs:435) LayaAir3D.OnGUI () (at Assets/LayaAir3D/LayaTool/LayaAir3D.cs:337) System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Refle...

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

846. 官方案例里摄像机绕物体旋转脚本的问题 [ 65%]

...odelViewer extends Laya.Script { // Text m_debugTip; public canRotation_X: boolean = true; public canRotation_Y: boolean = true; public canScale: boolean = true; /// <summary> /// Around center. /// </summary> //public target: Transform3D; public AroundPos: Vector3 = new Vector3(); /// &...

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

847. laya.d3.core.GeometryElement_API3.0 [ 65%]

... OBJ Parameters value: BufferState Returns void destroyed get destroyed(): boolean Defined in laya/d3/core/GeometryElement.ts:87 获取是否销毁。 Returns boolean 是否销毁。 drawType get drawType(): number set drawType(value: number): void Defined in laya/d3/core/GeometryElement.ts:52 draw ...

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

848. laya.device.geolocation.Geolocation_API3.0 [ 65%]

...出timeout所设置时长。 Static enableHighAccuracy enableHighAccuracy: boolean = false Defined in laya/device/geolocation/Geolocation.ts:36 如果enableHighAccuracy为true,并且设备能够提供一个更精确的位置,则会获取最佳可能的结果。 请注意,这可能会导致较慢...

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

849. laya.net.URL [ 64%]

... customFormat = function(url:String):String{} URL  exportSceneToJson : Boolean = false[static] 兼容微信不支持加载scene后缀场景,设置为true,则会把scene加载替换为jsonURL  path : String[read-only] 地址的文件夹路径(不包括文件名)。URL  rootPath : String...

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

850. 学会编写d.ts声明文件(TypeScript-IDE篇(TS)-代码模式基础) [ 64%]

...ABB, result: Object[]): Object[]; insert(aabb: AABB, elementData: Object): boolean; rayQuery(ray: Ray, treeTransform: Transform, result: Object[]): Object[]; removeEmptyNodes(): void; subdivide(): void; } } ``` ##### 2.2.3 声明全局类: 有些时候,我们还是要用到全局的类,不能...

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