C# Class VRTK.VRTK_TunnelEffect

Inheritance: MonoBehaviour
Show file Open project: charles-river-analytics/VSDK-Unity Class Usage Examples

Protected Properties

Property Type Description
material Material

Public Methods

Method Description
SetMaterial ( Material material ) : void

Protected Methods

Method Description
OnRenderImage ( RenderTexture src, RenderTexture dest ) : void

Method Details

OnRenderImage() protected method

protected OnRenderImage ( RenderTexture src, RenderTexture dest ) : void
src RenderTexture
dest RenderTexture
return void

SetMaterial() public method

public SetMaterial ( Material material ) : void
material Material
return void

Property Details

material protected property

protected Material material
return Material