大约有 2,770 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0106 秒)
Laya_社区(1626) Laya3.0_api(668) Laya2.0_文档(133) Laya2.0_api(128) laya_api(122) Laya3.0_文档(66) Laya2.0_示例(16) Laya_示例(11)
...derShape needsCustomCollisionCallback : Boolean = falseColliderShape type : int[read-only] 获取碰撞类型。 ColliderShapePublic Methods MethodDefined By ColliderShape() 创建一个新的 ColliderShape 实例。 ColliderShape clone():* 克隆。 ColliderShape cloneTo(destObject...
来源: Laya2.0_api 发布时间: 20190513
...ties Static Extensions Extensions: {} Defined in laya/gltf/glTFUtils.ts:87 Type declaration [name: string]: Handler Static Extras Extras: {} Defined in laya/gltf/glTFUtils.ts:92 保存 extra 处理函数对象 Type declaration [name: string]: {} [name: string]: Handler Methods Static RegisterExtra R...
来源: Laya3.0_api 发布时间: 20231102
...ity emissionTexture enableEmission gpuMemory id materialRenderMode materialType normalTexture normalTextureScale obsolute occlusionTexture occlusionTextureStrength parallaxTexture parallaxTextureScale referenceCount renderMode shaderData smoothness smoothnessTextureScale specularColor specularTextur...
来源: Laya3.0_api 发布时间: 20231102
...点元素的使用方法: /** * 创建浏览器原生节点。 * @param type 节点类型。 * @return 创建的节点对象的引用。 */ static createElement(type: string): any { Browser.__init__(); return Browser._document.createElement(type); } /** * 返回 Document 对象中拥有指定 id ...
来源: Laya3.0_文档 发布时间: 20241014
...象的引用。BrowserPublic Methods MethodDefined By createElement(type:String):*[static] 创建浏览器原生节点。 Browser getElementById(type:String):*[static] 返回 Document 对象中拥有指定 id 的第一个对象的引用。 Browser now():Number[static] 获取浏览器当...
来源: laya_api 发布时间: 20170929
...turns void effectiveProperty effectiveProperty(): Map<string, ShaderDataType> Inherited from Material.effectiveProperty Defined in laya/d3/core/material/Material.ts:534 get all material uniform property Returns Map<string, ShaderDataType> event event(type: string, data?: any): boolean In...
来源: Laya3.0_api 发布时间: 20231115
...Vector3):void[override] Rigidbody3DPublic Constants ConstantDefined By TYPE_DYNAMIC : int = 1[static] Rigidbody3D TYPE_KINEMATIC : int = 2[static] Rigidbody3D TYPE_STATIC : int = 0[static] Rigidbody3DProperty DetailangularDampingpropertyangularDamping:Number 获取刚体的角阻力。 Imp...
来源: Laya2.0_api 发布时间: 20190513
...ONE 微信 189*****192 赞同来自: 怎么设置数字键盘的 <input type="number"> type 设置成 number 吗? 2017-06-05 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 zjw917329684 相关问题 图集打包找不到图集...
来源: Laya_社区 发布时间: 20170605
...都可以正常运行,打包后才会出现问题 public function send(type:String,url:String,callbackName:String):void { this.type = type; //发送请求 var script:* = Browser.createElement("script"); script.id = "serverlist"; Browser.document.head.appendChild(script); script.src = url; script.t...
来源: Laya_社区 发布时间: 20180209
...,如下 修改 //加载数据完毕后触发这个方法 GameMain.prototype.onLoad = function () { this.mainUI = new MainUI(); dataSource = ; this.allData = ["深发展A", "南坡A", "铜陵有色", "丰林集团", "泰瑞科技", "贵绳股份", "华谊兄弟", "光洋股份", "南京港", "华...
来源: Laya_社区 发布时间: 20170207