SPostFX
Index
Functions Index
SCommandBuffer CreateCommandBuffer ()
void AddCommandBufferToCamera (SCommandBuffer commandbuffer, int cameraEvent=19)
void RemoveCommandBufferFromCamera (SCommandBuffer commandbuffer, int cameraEvent=19)
void SetPostProfile (SResource customProfile)
void ClearPostProfile ()
void SetCrepsecularRays (bool on, float thresR, float thresG, float thresB, float colorR, float colorG, float colorB, float falloff, float blurSize, int blurIterations, float intensity)
void SetAmbientOcclusion (bool on, float intensity, bool aoOnly)
void SetMotionBlur (bool on, float shutterAngle)
void SetBloom (bool on, float threshold, float intensity)
void SetAnamorphicFlares (bool on, float r, float g, float b, float intensity, float threshold, float spread, bool vertical)
void SetVignette (bool on, float r, float g, float b, float intensity)
void SetLensDirt (bool on, float threshold, SResource texture, float intensity)
void SetChromaticAberrationPost (bool on, float strength, float cornerBlur)
void SetFocus (SGameObject target)
void SupressFocus ()
void RestoreFocus ()
void SetLookUpTable (SResource lut)
Functions
CreateCommandBuffer
SCommandBuffer CreateCommandBuffer ()
Return a new CommandBuffer.
AddCommandBufferToCamera
void AddCommandBufferToCamera (SCommandBuffer commandbuffer, int cameraEvent=19)
Add the CommandBuffer to the Main Camera.
RemoveCommandBufferFromCamera
void RemoveCommandBufferFromCamera (SCommandBuffer commandbuffer, int cameraEvent=19)
Remove the CommandBuffer from the Main Camera.
SetPostProfile
void SetPostProfile (SResource customProfile)
Set a custom Space Post-Processing Profile.
ClearPostProfile
void ClearPostProfile ()
Clear current Post-Processing profile and restore default one.
SetCrepsecularRays
void SetCrepsecularRays (bool on, float thresR, float thresG, float thresB, float colorR, float colorG, float colorB, float falloff, float blurSize, int blurIterations, float intensity)
Function Description
SetAmbientOcclusion
void SetAmbientOcclusion (bool on, float intensity, bool aoOnly)
Function Description
SetMotionBlur
void SetMotionBlur (bool on, float shutterAngle)
Function Description
SetBloom
void SetBloom (bool on, float threshold, float intensity)
Function Description
SetAnamorphicFlares
void SetAnamorphicFlares (bool on, float r, float g, float b, float intensity, float threshold, float spread, bool vertical)
Function Description
SetVignette
void SetVignette (bool on, float r, float g, float b, float intensity)
Function Description
SetLensDirt
void SetLensDirt (bool on, float threshold, SResource texture, float intensity)
Function Description
SetChromaticAberrationPost
void SetChromaticAberrationPost (bool on, float strength, float cornerBlur)
Function Description
SetFocus
void SetFocus (SGameObject target)
Function Description
SupressFocus
void SupressFocus ()
Function Description
RestoreFocus
void RestoreFocus ()
Function Description
SetLookUpTable
void SetLookUpTable (SResource lut)
Function Description
Last updated