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

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

931. laya.maths.Rectangle [ 51%]

...0,50,0); RectanglePublic Constants ConstantDefined By  TEMP : Rectangle[static] 全局临时的矩形区域,此对象用于全局复用,以减少对象创建RectangleProperty Detailbottompropertybottom:Number  [read-only] 此矩形底端的 Y 轴坐标。y 和 height 属性的和。 Impleme...

来源: laya_api 发布时间: 20170929

932. Sprite3D的克隆(TypeScript-3D基础(TS)-LayaAir3D之精灵) [ 51%]

...细讲解下Sprite3D中特有的克隆接口`instantiate`。 ```typescript static instantiate(original: Sprite3D, parent: Node = null, worldPositionStays: boolean = true, position: Vector3 = null, rotation: Quaternion = null): Sprite3D; ``` - original :原始精灵。 - parent:父节点。 - worldPo...

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

933. laya.d3.core.reflectionprobe.ReflectionProbe_API3.0 [ 51%]

...nherited from Node.name Defined in laya/display/Node.ts:61 节点名称。 Static TEMPVECTOR3 TEMPVECTOR3: Vector3 = new Vector3() Defined in laya/d3/core/reflectionProbe/ReflectionProbe.ts:26 Static defaultTextureHDRDecodeValues defaultTextureHDRDecodeValues: Vector4 = new Vector4(1.0,1.0,0.0,0.0) ...

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

934. 怎么获取完全限定类名,就像as的getQualifiedClassName [ 51%]

...信 宇智波 旋 赞同来自: /**返回指定对象的完全限定名 */ static getQualifiedClassName(value):string { var type = typeof value; if (!value || (type != "object" && !value.prototype)) { return type; } var prototype = value.prototype ? value.prototype : Object.getPrototypeOf(va...

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

935. 请问我看错了吗??文档问题 [ 51%]

...,内容如下 ,跟你的不同,兄弟你去升级一上吧。 public static function destroyUnusedResources(group:String = null):void { var res:Resource; if (group) { var resouList:Vector.<Resource> = _groupResourcesMap[group]; if (resouList) { var tempResouList:Vector.<Resource> = r...

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

936. 关于HttpRequest [ 51%]

...否进行URL编码,默认为true * * return URL参数字符串 */ public static urlEncode(param:any, key?:any, encode:boolean = true):string{ if (param == null) return ''; var paramStr = ''; var t = typeof (param); if (t == 'string' || t == 'number' || t == 'boolean') { paramStr += '&' + key + '...

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

937. laya.d3.core.scene.bvhscenerendermanager.BVHCullPass_API3.0 [ 51%]

...aCullInfo: ICameraCullInfo renderManager: ISceneRenderManager Returns void Static cullDistanceVolume cullDistanceVolume(context: RenderContext3D, render: BaseRender): boolean Inherited from CullPassBase.cullDistanceVolume Defined in laya/d3/RenderObjs/RenderObj/CullPass.ts:28 TODO 视距与包围提...

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

938. 微信小游戏 TS 使用 downLoadFile 出现报错 [ 51%]

... downLoadFile 等不能使用。 在 LayaAir.d.ts 中的 MiniAdpter 添加 static downLoadFile(fileUrl:string, fileType:string, callBack:Handler, encoding:string) 声明,在使用的时候,报错。 ReferenceError: wx is not defined at Function.<anonymous>(file:///D:work/laya/laya3D/bin/li...

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

939. 新手学layabox的疑问,关于api文档 [ 51%]

...提交 1 个回复 Laya_Aaron 赞同来自: /** 舞台对象的引用。*/ static stage: laya.display.Stage; /** * <p> <code>Stage</code> 是舞台类,显示列表的根节点,所有显示对象都在舞台上显示。通过 Laya.stage 单例访问。</p> * <p>Stage...

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

940. 内嵌模式创建scene,运行时报找不到json文件 [ 51%]

...。     export module ui { export class HelloUI extends Scene { public static uiView:any ={"type":"Scene","props":{"width":640,"height":1136},"compId":2,"child":[{"type":"Label","props":{"y":64,"x":214.5,"width":211,"text":"label","styleSkin":"comp/label.png","height":67},"compId":3}],"loadList":[...

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