Table of Contents

Struct ScreenShake.ShakeProfile

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

Constructors

ShakeProfile(float, float)

public ShakeProfile(float magnitude, float length)

Parameters

magnitude float
length float

ShakeProfile(float, float, float)

public ShakeProfile(float magnitude, float length, float falloffExponent)

Parameters

magnitude float
length float
falloffExponent float

Fields

None

public static readonly ScreenShake.ShakeProfile None

Field Value

ScreenShake.ShakeProfile

falloffExponent

public float falloffExponent

Field Value

float

length

public float length

Field Value

float

magnitude

public float magnitude

Field Value

float