C# Class Aiv.Fast2D.PostProcessingEffect

Afficher le fichier Open project: aiv01/aiv-fast2d Class Usage Examples

Méthodes publiques

Свойство Type Description
enabled bool

Protected Properties

Свойство Type Description
renderTexture RenderTexture
screenMesh Mesh

Méthodes publiques

Méthode Description
Apply ( Aiv.Fast2D.Window window ) : void
PostProcessingEffect ( string fragmentShader, string fragmentShaderObsolete = null ) : System
Setup ( Aiv.Fast2D.Window window ) : void
Update ( Aiv.Fast2D.Window window ) : void

Method Details

Apply() public méthode

public Apply ( Aiv.Fast2D.Window window ) : void
window Aiv.Fast2D.Window
Résultat void

PostProcessingEffect() public méthode

public PostProcessingEffect ( string fragmentShader, string fragmentShaderObsolete = null ) : System
fragmentShader string
fragmentShaderObsolete string
Résultat System

Setup() public méthode

public Setup ( Aiv.Fast2D.Window window ) : void
window Aiv.Fast2D.Window
Résultat void

Update() public méthode

public Update ( Aiv.Fast2D.Window window ) : void
window Aiv.Fast2D.Window
Résultat void

Property Details

enabled public_oe property

public bool enabled
Résultat bool

renderTexture protected_oe property

protected RenderTexture,Aiv.Fast2D renderTexture
Résultat RenderTexture

screenMesh protected_oe property

protected Mesh,Aiv.Fast2D screenMesh
Résultat Mesh