Table of Contents

Struct ScreenShake.VignetteProfile

Namespace
Global
Assembly
Assembly-CSharp.dll
public struct ScreenShake.VignetteProfile
Inherited Members

Constructors

VignetteProfile(float)

public VignetteProfile(float magnitude)

Parameters

magnitude float

VignetteProfile(float, float, float, Color)

public VignetteProfile(float magnitude, float radius, float length, Color color)

Parameters

magnitude float
radius float
length float
color Color

Fields

None

public static readonly ScreenShake.VignetteProfile None

Field Value

ScreenShake.VignetteProfile

color

public Color color

Field Value

Color

length

public float length

Field Value

float

magnitude

public float magnitude

Field Value

float

radius

public float radius

Field Value

float