大约有 280 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0049 秒)
Laya_社区(172) Laya3.0_api(32) Laya2.0_文档(31) laya_api(16) Laya2.0_api(14) Laya_示例(8) Laya3.0_文档(7)
...,那么每一个Pass都会对精灵进行一次渲染。 ```typescript addShaderPass(vs: String, ps: String, stateMap: Object = null, pipelineMode: String = "Forward") ``` **以引擎的BlinnPhongMaterial的Shader"BLINNPHONG"进行说明:** ```typescript //引入Shader需要使用的其他库文...
来源: Laya2.0_文档 发布时间: 20210715
....ERROR, this, onConnectError); socket.connectByUrl(url); } public function Add(handler:IHandler):void { if(list.indexOf(handler) < 0){ list.push(handler); } } public function Remove(handler:IHandler):void { var index:int=list.indexOf(handler); if(index>=0){ list.splice(index,1); } } public fun...
来源: Laya_社区 发布时间: 20170724
...s constructor Accessors casterShadow context name Methods _apply _applyOne addCustomCMD blitScreenQuad blitScreenQuadByMaterial blitScreenTriangle clearRenderTarget drawMesh drawMeshInstance drawRender getCommandsSize setGlobalColor setGlobalInt setGlobalMatrix setGlobalNumber setGlobalTexture setGl...
来源: Laya3.0_api 发布时间: 20231115
...ted Protected Methods Show Inherited Protected Methods MethodDefined By _addDisablePublicShaderDefine(value:int):void 增加禁用宏定义。 BaseMaterial _addShaderDefine(value:int):void 增加Shader宏定义。 BaseMaterial _getBool(shaderIndex:int):* 获取布尔。 BaseMaterial _getBuffer(...
来源: laya_api 发布时间: 20170929
...d Public Methods MethodDefined By ParticleMaterial()ParticleMaterial _addShaderDefine(value:int):void 增加Shader宏定义。 BaseMaterial _removeShaderDefine(value:int):void 移除Shader宏定义。 BaseMaterial _setMaterialShaderParams(state:RenderState):void[override] ParticleMaterial ...
来源: laya_api 发布时间: 20170603
...aterial renderQueue : int 所属渲染队列.BaseMaterial SHADERDEFINE_ADDTIVEFOG : int[static] ShurikenParticleMaterial SHADERDEFINE_DIFFUSEMAP : int[static] ShurikenParticleMaterial SHADERDEFINE_TINTCOLOR : int[static] ShurikenParticleMaterial srcBlend : int源混合参数,在blend为BL...
来源: laya_api 发布时间: 20170929
...ted Protected Methods Show Inherited Protected Methods MethodDefined By _addDisablePublicShaderDefine(value:int):void 增加禁用宏定义。 BaseMaterial _addShaderDefine(value:int):void 增加Shader宏定义。 BaseMaterial _getBool(shaderIndex:int):* 获取布尔。 BaseMaterial _getBuffer(...
来源: laya_api 发布时间: 20170929
...ted Protected Methods Show Inherited Protected Methods MethodDefined By _addDisablePublicShaderDefine(value:int):void 增加禁用宏定义。 BaseMaterial _addShaderDefine(value:int):void 增加Shader宏定义。 BaseMaterial _getBool(shaderIndex:int):* 获取布尔。 BaseMaterial _getBuffer(...
来源: laya_api 发布时间: 20170929
...ayaAir官方的远程分支,命令全文如下: ```powershell git remote add layaAir https://github.com/layabox/LayaAir.git ``` 创建完远程分支,我们可以使用查看远程分支的命令(`git remote -v` )看到已添加成功的远程分支。效果如下图所示。  E/LayaConch5: plugin-----------------EngineSta...
来源: Laya_社区 发布时间: 20190723