C# Class VideoBloom, VJ05

Inheritance: PostEffectsBase
Afficher le fichier Open project: keijiro/VJ05 Class Usage Examples

Méthodes publiques

Свойство Type Description
BlendMode BlendingMode
HighQuality bool
Tint Color
tweakMode TweakMode
videoBloomShader Shader

Méthodes publiques

Méthode Description
BloomBlit ( RenderTexture source, RenderTexture blur1, RenderTexture blur2, float radius1, float radius2 ) : void
CheckResources ( ) : bool
OnRenderImage ( RenderTexture source, RenderTexture destination ) : void

Private Methods

Méthode Description
videoBlurGetMaxScaleFor ( float radius ) : float

Method Details

BloomBlit() public méthode

public BloomBlit ( RenderTexture source, RenderTexture blur1, RenderTexture blur2, float radius1, float radius2 ) : void
source RenderTexture
blur1 RenderTexture
blur2 RenderTexture
radius1 float
radius2 float
Résultat void

CheckResources() public méthode

public CheckResources ( ) : bool
Résultat bool

OnRenderImage() public méthode

public OnRenderImage ( RenderTexture source, RenderTexture destination ) : void
source RenderTexture
destination RenderTexture
Résultat void

Property Details

BlendMode public_oe property

public BlendingMode BlendMode
Résultat BlendingMode

HighQuality public_oe property

public bool HighQuality
Résultat bool

Tint public_oe property

public Color Tint
Résultat Color

tweakMode public_oe property

public TweakMode tweakMode
Résultat TweakMode

videoBloomShader public_oe property

public Shader videoBloomShader
Résultat Shader