C# Class Pixelation, ShaderProject

Inheritance: MonoBehaviour
Datei anzeigen Open project: ellioman/ShaderProject Class Usage Examples

Protected Properties

Property Type Description
PIXEL_SIZE_NAME string
isDoneAnimating bool
pixelSizeVal float

Protected Methods

Method Description
Awake ( ) : void
OnRenderImage ( RenderTexture source, RenderTexture destination ) : void
Update ( ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

OnRenderImage() protected method

protected OnRenderImage ( RenderTexture source, RenderTexture destination ) : void
source RenderTexture
destination RenderTexture
return void

Update() protected method

protected Update ( ) : void
return void

Property Details

PIXEL_SIZE_NAME protected_oe property

protected string PIXEL_SIZE_NAME
return string

isDoneAnimating protected_oe property

protected bool isDoneAnimating
return bool

pixelSizeVal protected_oe property

protected float pixelSizeVal
return float