C# Класс VideoBloom, VJ05

Наследование: PostEffectsBase
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
BlendMode BlendingMode
HighQuality bool
Tint Color
tweakMode TweakMode
videoBloomShader Shader

Открытые методы

Метод Описание
BloomBlit ( RenderTexture source, RenderTexture blur1, RenderTexture blur2, float radius1, float radius2 ) : void
CheckResources ( ) : bool
OnRenderImage ( RenderTexture source, RenderTexture destination ) : void

Приватные методы

Метод Описание
videoBlurGetMaxScaleFor ( float radius ) : float

Описание методов

BloomBlit() публичный Метод

public BloomBlit ( RenderTexture source, RenderTexture blur1, RenderTexture blur2, float radius1, float radius2 ) : void
source RenderTexture
blur1 RenderTexture
blur2 RenderTexture
radius1 float
radius2 float
Результат void

CheckResources() публичный Метод

public CheckResources ( ) : bool
Результат bool

OnRenderImage() публичный Метод

public OnRenderImage ( RenderTexture source, RenderTexture destination ) : void
source RenderTexture
destination RenderTexture
Результат void

Описание свойств

BlendMode публичное свойство

public BlendingMode BlendMode
Результат BlendingMode

HighQuality публичное свойство

public bool HighQuality
Результат bool

Tint публичное свойство

public Color Tint
Результат Color

tweakMode публичное свойство

public TweakMode tweakMode
Результат TweakMode

videoBloomShader публичное свойство

public Shader videoBloomShader
Результат Shader