Table of Contents

Class PerlinShake

Namespace
DefaultNamespace
Assembly
Assembly-CSharp.dll
public class PerlinShake : MonoBehaviour
Inheritance
PerlinShake
Inherited Members
Extension Methods

Constructors

PerlinShake()

public PerlinShake()

Fields

shakes

public List<PerlinShakeInstance> shakes

Field Value

List<PerlinShakeInstance>

Methods

AddShake(float, float, float)

public void AddShake(float amount = 1, float duration = 0.2, float scale = 15)

Parameters

amount float
duration float
scale float

AddShake(Vector3, float, float, float, float)

public void AddShake(Vector3 pos, float amount = 1, float duration = 0.2, float scale = 15, float range = 50)

Parameters

pos Vector3
amount float
duration float
scale float
range float

Start()

public void Start()

Update()

public void Update()