|
| void | OnRenderImage (RenderTexture source, RenderTexture destination) |
| |
|
| static void | DrawLowLevelPlaneAlignedWithCamera (float dist, RenderTexture source, RenderTexture dest, Material material, Camera cameraForProjectionMatrix) |
| |
| static void | DrawBorder (RenderTexture dest, Material material) |
| |
| static void | DrawLowLevelQuad (float x1, float x2, float y1, float y2, RenderTexture source, RenderTexture dest, Material material) |
| |
Definition at line 8 of file PostEffectsHelper.cs.
| static void UnityStandardAssets.ImageEffects.PostEffectsHelper.DrawBorder |
( |
RenderTexture |
dest, |
|
|
Material |
material |
|
) |
| |
|
staticprivate |
| static void UnityStandardAssets.ImageEffects.PostEffectsHelper.DrawLowLevelPlaneAlignedWithCamera |
( |
float |
dist, |
|
|
RenderTexture |
source, |
|
|
RenderTexture |
dest, |
|
|
Material |
material, |
|
|
Camera |
cameraForProjectionMatrix |
|
) |
| |
|
staticprivate |
| static void UnityStandardAssets.ImageEffects.PostEffectsHelper.DrawLowLevelQuad |
( |
float |
x1, |
|
|
float |
x2, |
|
|
float |
y1, |
|
|
float |
y2, |
|
|
RenderTexture |
source, |
|
|
RenderTexture |
dest, |
|
|
Material |
material |
|
) |
| |
|
staticprivate |
| void UnityStandardAssets.ImageEffects.PostEffectsHelper.OnRenderImage |
( |
RenderTexture |
source, |
|
|
RenderTexture |
destination |
|
) |
| |
|
private |
The documentation for this class was generated from the following file: