Table of Contents

Class TailSegment

Namespace
Global
Assembly
Assembly-CSharp.dll
public class TailSegment : BodyPart
Inheritance
TailSegment
Inherited Members

Constructors

TailSegment(GraphicsModule, float, float, TailSegment, float, float, float, bool)

public TailSegment(GraphicsModule ow, float rd, float cnRd, TailSegment cnSeg, float sfFric, float aFric, float affectPrevious, bool pullInPreviousPosition)

Parameters

ow GraphicsModule
rd float
cnRd float
cnSeg TailSegment
sfFric float
aFric float
affectPrevious float
pullInPreviousPosition bool

Fields

affectPrevious

public float affectPrevious

Field Value

float

connectedPoint

public Vector2? connectedPoint

Field Value

Vector2?

connectedSegment

public TailSegment connectedSegment

Field Value

TailSegment

connectionRad

public float connectionRad

Field Value

float

pullInPreviousPosition

public bool pullInPreviousPosition

Field Value

bool

stretched

public float stretched

Field Value

float

Properties

StretchedRad

public float StretchedRad { get; }

Property Value

float

Methods

Update()

public override void Update()