Table of Contents

Class SpringShakeInstance

Namespace
DefaultNamespace
Assembly
Assembly-CSharp.dll
[Serializable]
public class SpringShakeInstance
Inheritance
SpringShakeInstance
Inherited Members
Extension Methods

Constructors

SpringShakeInstance(Vector3, float, float, SpringType)

public SpringShakeInstance(Vector3 startVel, float spring, float drag, SpringType springType)

Parameters

startVel Vector3
spring float
drag float
springType SpringType

Fields

currentValue

public Vector3 currentValue

Field Value

Vector3

currentValue2

public Vector3 currentValue2

Field Value

Vector3

drag

public float drag

Field Value

float

sleepCounter

public float sleepCounter

Field Value

float

spring

public float spring

Field Value

float

springType

public SpringType springType

Field Value

SpringType

vel

public Vector3 vel

Field Value

Vector3

Methods

Init()

public void Init()