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
owGraphicsModulerdfloatcnRdfloatcnSegTailSegmentsfFricfloataFricfloataffectPreviousfloatpullInPreviousPositionbool
Fields
affectPrevious
public float affectPrevious
Field Value
connectedPoint
public Vector2? connectedPoint
Field Value
- Vector2?
connectedSegment
public TailSegment connectedSegment
Field Value
connectionRad
public float connectionRad
Field Value
pullInPreviousPosition
public bool pullInPreviousPosition
Field Value
stretched
public float stretched
Field Value
Properties
StretchedRad
public float StretchedRad { get; }
Property Value
Methods
Update()
public override void Update()