大约有 2,830 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0084 秒)
Laya_社区(1670) Laya3.0_api(668) Laya2.0_文档(133) Laya2.0_api(128) laya_api(122) Laya3.0_文档(82) Laya2.0_示例(16) Laya_示例(11)
...发了,但没有btnName q12647 • 2017-03-31 15:21 底层close没有把type的值传进去 q12647 • 2017-03-31 15:21 /** * 关闭对话框。 * @param type 如果是点击默认关闭按钮触发,则传入关闭按钮的名字(name),否则为null。 */ public function close(type:String = nu...
来源: Laya_社区 发布时间: 20170327
...域的属性为:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。 Sprite mouseX : Number[read-only] 返回鼠标在此对象坐标系上的 X 轴坐标信息。 Sprite mouseY : Number[read-only] 返回鼠标在此对象坐标系...
来源: laya_api 发布时间: 20170929
...>(cls: {}): T Defined in laya/utils/Pool.ts:69 根据类型创建对象 Type parameters T Parameters cls: {} 类型 Returns T Static getItem getItem(sign: string): any Defined in laya/utils/Pool.ts:111 根据传入的对象类型标识字符,获取对象池中已存储的此类型的一个对...
来源: Laya3.0_api 发布时间: 20231115
...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
...象的引用。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
...点元素的使用方法: /** * 创建浏览器原生节点。 * @param type 节点类型。 * @return 创建的节点对象的引用。 */ static createElement(type: string): any { Browser.__init__(); return Browser._document.createElement(type); } /** * 返回 Document 对象中拥有指定 id ...
来源: Laya3.0_文档 发布时间: 20251010
...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