C# Class DepthTexture, ShaderProject

Inheritance: MonoBehaviour
显示文件 Open project: ellioman/ShaderProject Class Usage Examples

Protected Properties

Property Type Description
mat Material

Protected Methods

Method Description
OnDisable ( ) : void
OnRenderImage ( RenderTexture sourceTexture, RenderTexture destTexture ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnDisable() protected method

protected OnDisable ( ) : void
return void

OnRenderImage() protected method

protected OnRenderImage ( RenderTexture sourceTexture, RenderTexture destTexture ) : void
sourceTexture RenderTexture
destTexture RenderTexture
return void

Start() protected method

protected Start ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void

Property Details

mat protected_oe property

protected Material mat
return Material