大约有 78 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0026 秒)
... All Inherited Externals Only exported Menu Globals "laya/d3/core/material/RenderState" RenderState Class RenderState RenderState 类用于控制渲染状态。 Hierarchy RenderState Index Constructors constructor Properties blend blendEquation blendEquationAlpha blendEquationRGB cull depthTest dept...
来源: Laya3.0_api 发布时间: 20231102
[LayaAir3][LayaAir3]3.3 请问材质上的RenderState的设置和着色器蓝图中的RenderState有什么区别,在多个pass并都设置了renderstate的时候是谁起作用 请问材质上的RenderState的设置和着色器蓝图中的RenderState有什么区别,或者说设置这两个后...
来源: Laya_社区 发布时间: 20250725
...I DocumentationAll Packages | All Classes | Index | Frames No Frames RenderStateProperties | Methods Packagelaya.d3.core.renderClasspublic class RenderStateInheritanceRenderState Object RenderState 类用于实现渲染状态。 Public Properties PropertyDefined By camera : BaseCamera当...
来源: laya_api 发布时间: 20170929
...I DocumentationAll Packages | All Classes | Index | Frames No Frames RenderStateProperties | Methods | Constants Packagelaya.d3.core.materialClasspublic class RenderStateInheritanceRenderState ObjectImplements laya.d3.core.IClone RenderState 类用于控制渲染状态。 Public Properties...
来源: Laya2.0_api 发布时间: 20190513
...-only] IRenderablePublic Methods MethodDefined By _beforeRender(state:RenderState):BooleanIRenderable _getIndexBuffer():IndexBuffer3DIRenderable _getVertexBuffer(index:int = 0):VertexBuffer3DIRenderable _render(state:RenderState):voidIRenderable _renderRuntime(conchGraphics3D:*, ren...
来源: laya_api 发布时间: 20170929
RenderState.elapsedTime弃用了吗? 按照官方文档的写法,2.0下用typescript写的CameraMoveScript,操作镜头,但是会找不到elapsedTime 附件 : --> 2019-02-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...
来源: Laya_社区 发布时间: 20190218
... ShaderPass Index Constructors constructor Properties statefirst Accessors renderState Constructors constructor new ShaderPass(owner: SubShader, compiledObj: IShaderCompiledObj): ShaderPass Overrides ShaderCompileDefineBase.constructor Defined in laya/d3/shader/ShaderPass.ts:41 Parameters owner: Sub...
来源: Laya3.0_api 发布时间: 20231102
...的是自定义材质,派生自Laya.Material this.pass.renderState.blend = Laya.RenderState.BLEND_ENABLE_ALL; this.pass.renderState.srcBlend = Laya.RenderState.BLENDPARAM_SRC_ALPHA; this.pass.renderState.dstBlend = Laya.RenderState.BLENDPARAM_O...
来源: Laya_社区 发布时间: 20200506
...Pass 类用于实现ShaderPass。 Public Properties PropertyDefined By renderState : RenderState[read-only] 获取渲染状态。 ShaderPassPublic Methods MethodDefined By ShaderPass(owner:SubShader, vs:String, ps:String, stateMap:Object)ShaderPassProtected Methods MethodDefined By _co...
来源: Laya2.0_api 发布时间: 20190513
...); let mat = skin.material; mat.stencilTest = Laya.RenderState.STENCILTEST_NOTEQUAL; mat.stencilWrite = true; mat.stencilRef = 2; mat.stencilOp = new Laya.Vector3(Laya.RenderState.STENCILOP_KEEP, Laya.RenderState.STENCILOP_KEEP, Laya.Render...
来源: Laya_社区 发布时间: 20231228