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
Fields
index
public int index
Field Value
lastPos
public Vector2 lastPos
Field Value
- Vector2
length
public float length
Field Value
pos
public Vector2 pos
Field Value
- Vector2
stats
public Scale.Stats stats
Field Value
vel
public Vector2 vel
Field Value
- Vector2
Methods
Update(Vector2, Vector2)
public void Update(Vector2 attachedPos, Vector2 idealPos)
Parameters
attachedPosVector2idealPosVector2