Aiv Fast2D  1.0.4
Public Member Functions | Public Attributes | Protected Attributes | Properties | List of all members
Aiv.Fast2D.PostProcessingEffect Class Reference

Public Member Functions

void AddTexture (string name, Texture texture)
 
 PostProcessingEffect (string fragmentShader, string fragmentShaderObsolete=null, bool useDepth=false, int depthSize=16)
 
void Setup (Window window)
 
void Apply (RenderTexture inRenderTexture=null)
 
virtual void Update (Window window)
 

Public Attributes

bool enabled
 

Protected Attributes

Mesh screenMesh
 
bool useDepth
 
int depthSize
 
RenderTexture renderTexture
 
Dictionary< string, Texturetextures
 

Properties

RenderTexture RenderTexture [get]
 

Constructor & Destructor Documentation

Aiv.Fast2D.PostProcessingEffect.PostProcessingEffect ( string  fragmentShader,
string  fragmentShaderObsolete = null,
bool  useDepth = false,
int  depthSize = 16 
)
inline

Member Function Documentation

void Aiv.Fast2D.PostProcessingEffect.AddTexture ( string  name,
Texture  texture 
)
inline
void Aiv.Fast2D.PostProcessingEffect.Apply ( RenderTexture  inRenderTexture = null)
inline
void Aiv.Fast2D.PostProcessingEffect.Setup ( Window  window)
inline
virtual void Aiv.Fast2D.PostProcessingEffect.Update ( Window  window)
inlinevirtual

Member Data Documentation

int Aiv.Fast2D.PostProcessingEffect.depthSize
protected
bool Aiv.Fast2D.PostProcessingEffect.enabled
RenderTexture Aiv.Fast2D.PostProcessingEffect.renderTexture
protected
Mesh Aiv.Fast2D.PostProcessingEffect.screenMesh
protected
Dictionary<string, Texture> Aiv.Fast2D.PostProcessingEffect.textures
protected
bool Aiv.Fast2D.PostProcessingEffect.useDepth
protected

Property Documentation

RenderTexture Aiv.Fast2D.PostProcessingEffect.RenderTexture
get

The documentation for this class was generated from the following file: