C# Class Pixelation, ShaderProject

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

Protected Properties

Свойство Type Description
PIXEL_SIZE_NAME string
isDoneAnimating bool
pixelSizeVal float

Méthodes protégées

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

Method Details

Awake() protected méthode

protected Awake ( ) : void
Résultat void

OnRenderImage() protected méthode

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

Update() protected méthode

protected Update ( ) : void
Résultat void

Property Details

PIXEL_SIZE_NAME protected_oe property

protected string PIXEL_SIZE_NAME
Résultat string

isDoneAnimating protected_oe property

protected bool isDoneAnimating
Résultat bool

pixelSizeVal protected_oe property

protected float pixelSizeVal
Résultat float