C# Class Zoom, ShaderProject

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

Protected Properties

Свойство Type Description
ZOOM_POS string
mat Material
xMax float
xMin float
yMax float
yMin float

Méthodes protégées

Méthode Description
OnDisable ( ) : void
OnRenderImage ( RenderTexture sourceTexture, RenderTexture destTexture ) : void
Start ( ) : void
Update ( ) : 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

Start() protected méthode

protected Start ( ) : void
Résultat void

Update() protected méthode

protected Update ( ) : void
Résultat void

Property Details

ZOOM_POS protected_oe property

protected string ZOOM_POS
Résultat string

mat protected_oe property

protected Material mat
Résultat Material

xMax protected_oe property

protected float xMax
Résultat float

xMin protected_oe property

protected float xMin
Résultat float

yMax protected_oe property

protected float yMax
Résultat float

yMin protected_oe property

protected float yMin
Résultat float