Table of Contents

Class Jitter

Namespace
DefaultNamespace
Assembly
Assembly-CSharp.dll
[VolumeComponentMenu("Retro Look Pro/Jitter")]
public class Jitter : VolumeComponent, IPostProcessComponent
Inheritance
VolumeComponent
Jitter
Implements
IPostProcessComponent
Inherited Members
Extension Methods

Constructors

Jitter()

public Jitter()

Fields

GlobalPostProcessingSettings

[Space]
[Tooltip("Use Global Post Processing Settings to enable or disable Post Processing in scene view or via camera setup. THIS SETTING SHOULD BE TURNED OFF FOR EFFECTS, IN CASE OF USING THEM FOR SEPARATE LAYERS")]
public BoolParameter GlobalPostProcessingSettings

Field Value

BoolParameter

enable

public BoolParameter enable

Field Value

BoolParameter

horizontalFreq

[Range(0, 5)]
[Tooltip("Twitch frequency on X axes.")]
public ClampedFloatParameter horizontalFreq

Field Value

ClampedFloatParameter

jitterHorizontal

[Space]
[Tooltip("Enable Horizontal Interlacing.")]
public BoolParameter jitterHorizontal

Field Value

BoolParameter

jitterHorizontalAmount

[Range(0, 5)]
[Tooltip("Amount of horizontal interlacing.")]
public ClampedFloatParameter jitterHorizontalAmount

Field Value

ClampedFloatParameter

jitterVertical

[Space]
[Tooltip("Shake Vertical.")]
public BoolParameter jitterVertical

Field Value

BoolParameter

jitterVerticalAmount

[Range(0, 15)]
[Tooltip("Amount of shake.")]
public ClampedFloatParameter jitterVerticalAmount

Field Value

ClampedFloatParameter

jitterVerticalSpeed

[Range(0, 15)]
[Tooltip("Speed of vertical shake. ")]
public ClampedFloatParameter jitterVerticalSpeed

Field Value

ClampedFloatParameter

mask

[Space]
[Tooltip("Mask texture")]
public TextureParameter mask

Field Value

TextureParameter

maskChannel

public maskChannelModeParameter maskChannel

Field Value

maskChannelModeParameter

stretch

[Space]
[Tooltip("Enable Stretch.")]
public BoolParameter stretch

Field Value

BoolParameter

stretchResolution

[Tooltip("Stretch Resolution.")]
public FloatParameter stretchResolution

Field Value

FloatParameter

twitchHorizontal

[Tooltip("Enable Twitch on X axes.")]
public BoolParameter twitchHorizontal

Field Value

BoolParameter

twitchVertical

[Space]
[Tooltip("Enable Twitch on Y axes.")]
public BoolParameter twitchVertical

Field Value

BoolParameter

unscaledTime

[Space]
[Tooltip("Time.unscaledTime .")]
public BoolParameter unscaledTime

Field Value

BoolParameter

verticalFreq

[Range(0, 5)]
[Tooltip("Twitch frequency on Y axes.")]
public ClampedFloatParameter verticalFreq

Field Value

ClampedFloatParameter

Methods

IsActive()

public bool IsActive()

Returns

bool

IsTileCompatible()

public bool IsTileCompatible()

Returns

bool