Table of Contents

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

index int
pGraph PlayerGraphics

Fields

claimedForBend

public bool claimedForBend

Field Value

bool

index

public int index

Field Value

int

lastPos

public Vector2 lastPos

Field Value

Vector2

pGraph

public PlayerGraphics pGraph

Field Value

PlayerGraphics

pos

public Vector2 pos

Field Value

Vector2

vel

public Vector2 vel

Field Value

Vector2

Methods

Update()

public void Update()