C# Class DrawingEffectSimple, EffectShader

Inheritance: MonoBehaviour
Mostrar archivo Open project: inoook/EffectShader

Public Properties

Property Type Description
brightness float
color Color
colorStep int
contrast float
effectBCSMat Material
effectMat Material
effectOverlayMat Material
enableOneBitEffect bool
intensity float
lineColor Color
lineNoise float
paperTexture Texture
sampleDist float
saturation float
sensitivityDepth float
sensitivityNormals float
textureBlendMode OneBitEffectsDepthAndNormal.OverlayBlendMode
textureNoise float
textureV 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

brightness public_oe property

public float brightness
return float

color public_oe property

public Color color
return Color

colorStep public_oe property

public int colorStep
return int

contrast public_oe property

public float contrast
return float

effectBCSMat public_oe property

public Material effectBCSMat
return Material

effectMat public_oe property

public Material effectMat
return Material

effectOverlayMat public_oe property

public Material effectOverlayMat
return Material

enableOneBitEffect public_oe property

public bool enableOneBitEffect
return bool

intensity public_oe property

public float intensity
return float

lineColor public_oe property

public Color lineColor
return Color

lineNoise public_oe property

public float lineNoise
return float

paperTexture public_oe property

public Texture paperTexture
return Texture

sampleDist public_oe property

public float sampleDist
return float

saturation public_oe property

public float saturation
return float

sensitivityDepth public_oe property

public float sensitivityDepth
return float

sensitivityNormals public_oe property

public float sensitivityNormals
return float

textureBlendMode public_oe property

public OneBitEffectsDepthAndNormal.OverlayBlendMode textureBlendMode
return OneBitEffectsDepthAndNormal.OverlayBlendMode

textureNoise public_oe property

public float textureNoise
return float

textureV public_oe property

public float textureV
return float