C# Class RenderPasses, ShaderProject

Inheritance: MonoBehaviour
Afficher le fichier Open project: ellioman/ShaderProject Class Usage Examples

Protected Properties

Свойство Type Description
mat1 Material

Méthodes protégées

Méthode Description
OnDisable ( ) : void
OnRenderImage ( RenderTexture sourceTexture, RenderTexture destTexture ) : void

Method Details

OnDisable() protected méthode

protected OnDisable ( ) : void
Résultat void

OnRenderImage() protected méthode

protected OnRenderImage ( RenderTexture sourceTexture, RenderTexture destTexture ) : void
sourceTexture RenderTexture
destTexture RenderTexture
Résultat void

Property Details

mat1 protected_oe property

protected Material mat1
Résultat Material