Table of Contents

Class Scale

Namespace
ScavengerCosmetic
Assembly
Assembly-CSharp.dll
public class Scale
Inheritance
Scale
Inherited Members

Constructors

Scale(int, Stats, float)

public Scale(int index, Scale.Stats stats, float length)

Parameters

index int
stats Scale.Stats
length float

Fields

index

public int index

Field Value

int

lastPos

public Vector2 lastPos

Field Value

Vector2

length

public float length

Field Value

float

pos

public Vector2 pos

Field Value

Vector2

stats

public Scale.Stats stats

Field Value

Scale.Stats

vel

public Vector2 vel

Field Value

Vector2

Methods

Update(Vector2, Vector2)

public void Update(Vector2 attachedPos, Vector2 idealPos)

Parameters

attachedPos Vector2
idealPos Vector2