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

大约有 2,566 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0059 秒)

2361. SubShader介绍(ActionScript-3D基础(AS3)-LayaAir3D之shader) [ 30%]

...次渲染。 ```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

2362. LayaAir和原生DOM交互(TypeScript-2D进阶篇(TS)-扩展模块) [ 30%]

...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

2363. laya.spine.SpineTemplet_API3.0 [ 30%]

...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

2364. laya.d3.core.material.BlinnPhongMaterial [ 30%]

...(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

2365. laya.d3.math.native.ConchVector4_API3.0 [ 30%]

...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

2366. laya.components.Script_API3.0 [ 30%]

...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

2367. laya.d3.math.Quaternion_API3.0 [ 30%]

...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

2368. laya.d3.core.light.SpotLightCom_API3.0 [ 30%]

...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

2369. laya.d3.physics.constraints.FixedConstraint_API3.0 [ 30%]

...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

2370. laya.ui.Panel [ 30%]

...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