C# Class DrawingEffect, EffectShader

Inheritance: MonoBehaviour
Show file Open project: inoook/EffectShader Class Usage Examples

Public Properties

Property Type Description
blendMode OneBitEffectsDepthAndNormal.OverlayBlendMode
blendMode2 OneBitEffectsDepthAndNormal.OverlayBlendMode
brightness float
color Color
contrast float
effectBCSMat Material
effectEdgeOutlineMat Material
effectMat Material
effectOverlayMat Material
enableOneBitEffect bool
enableOutlineEffect bool
intensity float
paperTexture Texture
sampleDist float
saturation float
sensitivityDepth float
sensitivityNormals float

Public Methods

Method Description
OnRenderImage ( RenderTexture s, RenderTexture d ) : void
Start ( ) : void

Method Details

OnRenderImage() public method

public OnRenderImage ( RenderTexture s, RenderTexture d ) : void
s RenderTexture
d RenderTexture
return void

Start() public method

public Start ( ) : void
return void

Property Details

blendMode public property

public OneBitEffectsDepthAndNormal.OverlayBlendMode blendMode
return OneBitEffectsDepthAndNormal.OverlayBlendMode

blendMode2 public property

public OneBitEffectsDepthAndNormal.OverlayBlendMode blendMode2
return OneBitEffectsDepthAndNormal.OverlayBlendMode

brightness public property

public float brightness
return float

color public property

public Color color
return Color

contrast public property

public float contrast
return float

effectBCSMat public property

public Material effectBCSMat
return Material

effectEdgeOutlineMat public property

public Material effectEdgeOutlineMat
return Material

effectMat public property

public Material effectMat
return Material

effectOverlayMat public property

public Material effectOverlayMat
return Material

enableOneBitEffect public property

public bool enableOneBitEffect
return bool

enableOutlineEffect public property

public bool enableOutlineEffect
return bool

intensity public property

public float intensity
return float

paperTexture public property

public Texture paperTexture
return Texture

sampleDist public property

public float sampleDist
return float

saturation public property

public float saturation
return float

sensitivityDepth public property

public float sensitivityDepth
return float

sensitivityNormals public property

public float sensitivityNormals
return float