Table of Contents

Class DartMaggot.Umbilical

Namespace
Global
Assembly
Assembly-CSharp.dll
public class DartMaggot.Umbilical : CosmeticSprite, IDrawable, IRunDuringDialog
Inheritance
DartMaggot.Umbilical
Implements
Inherited Members

Constructors

Umbilical(Room, DartMaggot, BigSpider, Vector2)

public Umbilical(Room room, DartMaggot maggot, BigSpider spider, Vector2 shootVel)

Parameters

room Room
maggot DartMaggot
spider BigSpider
shootVel Vector2

Fields

blackColor

public Color blackColor

Field Value

Color

fogColor

public Color fogColor

Field Value

Color

maggot

public DartMaggot maggot

Field Value

DartMaggot

points

public Vector2[,] points

Field Value

Vector2[,]

scratchTerrainCollisionData

public SharedPhysics.TerrainCollisionData scratchTerrainCollisionData

Field Value

SharedPhysics.TerrainCollisionData

spider

public BigSpider spider

Field Value

BigSpider

threadCol

public Color threadCol

Field Value

Color

Methods

ApplyPalette(SpriteLeaser, RoomCamera, RoomPalette)

public override void ApplyPalette(RoomCamera.SpriteLeaser sLeaser, RoomCamera rCam, RoomPalette palette)

Parameters

sLeaser RoomCamera.SpriteLeaser
rCam RoomCamera
palette RoomPalette

DrawSprites(SpriteLeaser, RoomCamera, float, Vector2)

public override void DrawSprites(RoomCamera.SpriteLeaser sLeaser, RoomCamera rCam, float timeStacker, Vector2 camPos)

Parameters

sLeaser RoomCamera.SpriteLeaser
rCam RoomCamera
timeStacker float
camPos Vector2

InitiateSprites(SpriteLeaser, RoomCamera)

public override void InitiateSprites(RoomCamera.SpriteLeaser sLeaser, RoomCamera rCam)

Parameters

sLeaser RoomCamera.SpriteLeaser
rCam RoomCamera

LifeOfSegment(int)

public float LifeOfSegment(int i)

Parameters

i int

Returns

float

Update(bool)

public override void Update(bool eu)

Parameters

eu bool