大约有 2,566 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0065 秒)
Laya_社区(1381) Laya3.0_api(638) Laya2.0_api(288) laya_api(192) Laya2.0_文档(42) Laya_示例(11) Laya3.0_文档(8) Laya2.0_示例(6)
...次渲染。 ```typescript addShaderPass(vs: String, ps: String, stateMap: Object = null, pipelineMode: String = "Forward") ``` **以引擎的BlinnPhongMaterial的Shader"BLINNPHONG"进行说明:** ```typescript //引入Shader需要使用的其他库文件 Shader3D.addInclude("Lighting.glsl", Light...
来源: Laya2.0_文档 发布时间: 20210715
...ar svg = new Blob([data], {type: 'image/svg+xml'}); var url = DOMURL.createObjectURL(svg); img.src = url; img.style.position ="absolute"; img.style.zIndex = 99999 document.body.appendChild(img); ``` 怎么运行上边这段代码呢?打开谷歌浏览器,随便打开一个空白网页,F12,...
来源: Laya2.0_文档 发布时间: 20210715
...sources Legend Class Class with type parameter Constructor Property Method Object literal Variable Function Type alias Inherited property Inherited method Inherited accessor Enumeration Interface Static property
来源: Laya3.0_api 发布时间: 20231115
...(count:int = 1):void[override] BaseMaterial _parse(data:*, propertyParams:Object = null, constructParams:Array = null):BaseMaterial[static] BaseMaterial _removeReference(count:int = 1):void[override] BaseMaterial clone():* 克隆。 BaseMaterial cloneTo(destObject:*):void[override] 克隆。 B...
来源: Laya2.0_api 发布时间: 20190513
...chVector4.ts:140 克隆。 Returns any 克隆副本。 cloneTo cloneTo(destObject: any): void Defined in laya/d3/math/Native/ConchVector4.ts:126 克隆。 Parameters destObject: any 克隆源。 Returns void fromArray fromArray(array: any[], offset?: number): void Defined in laya/d3/math/Native/Conc...
来源: Laya3.0_api 发布时间: 20231102
...MouseUp onStart onTriggerEnter onTriggerExit onTriggerStay onUpdate Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Inherited constructor Inherited property Inherited method Inherited accessor Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...uaternion.ts:488 克隆。 Returns any 克隆副本。 cloneTo cloneTo(destObject: any): void Defined in laya/d3/math/Quaternion.ts:474 克隆。 Parameters destObject: any 克隆源。 Returns void equals equals(b: Quaternion): boolean Defined in laya/d3/math/Quaternion.ts:494 Parameters b: Quatern...
来源: Laya3.0_api 发布时间: 20231102
...able onLateUpdate onPostRender onPreRender onReset onStart onUpdate Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Accessor Inherited property Inherited method Inherited accessor Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...dBody setConstraintEnabled setFrames setOverrideNumSolverIterations Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Inherited property Inherited method Inherited accessor Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...blic class PanelInheritancePanel Box Component Sprite Node EventDispatcher Object Panel 是一个面板容器类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改a...
来源: laya_api 发布时间: 20170929