C# Class Overlay, ShaderProject

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

Protected Properties

Свойство Type Description
BLEND_VALUE_NAME string
delay float
texIndex int
time float

Méthodes publiques

Méthode Description
OnRenderImage ( RenderTexture source, RenderTexture destination ) : void

Méthodes protégées

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

OnRenderImage() public méthode

public OnRenderImage ( RenderTexture source, RenderTexture destination ) : void
source RenderTexture
destination RenderTexture
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void

Update() protected méthode

protected Update ( ) : void
Résultat void

Property Details

BLEND_VALUE_NAME protected_oe property

protected string BLEND_VALUE_NAME
Résultat string

delay protected_oe property

protected float delay
Résultat float

texIndex protected_oe property

protected int texIndex
Résultat int

time protected_oe property

protected float time
Résultat float