Class PlayerGraphics.RopeSegment
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class PlayerGraphics.RopeSegment
- Inheritance
-
PlayerGraphics.RopeSegment
- Inherited Members
Constructors
RopeSegment(int, PlayerGraphics)
public RopeSegment(int index, PlayerGraphics pGraph)
Parameters
indexintpGraphPlayerGraphics
Fields
claimedForBend
public bool claimedForBend
Field Value
index
public int index
Field Value
lastPos
public Vector2 lastPos
Field Value
- Vector2
pGraph
public PlayerGraphics pGraph
Field Value
pos
public Vector2 pos
Field Value
- Vector2
vel
public Vector2 vel
Field Value
- Vector2
Methods
Update()
public void Update()