Table of Contents

Class DaddyGraphics.DaddyLegGraphic

Namespace
Global
Assembly
Assembly-CSharp.dll
public class DaddyGraphics.DaddyLegGraphic : DaddyGraphics.DaddyTubeGraphic
Inheritance
DaddyGraphics.DaddyLegGraphic
Inherited Members

Constructors

DaddyLegGraphic(DaddyGraphics, int, int)

public DaddyLegGraphic(DaddyGraphics owner, int tentacleIndex, int firstSprite)

Parameters

owner DaddyGraphics
tentacleIndex int
firstSprite int

Fields

tentacleIndex

public int tentacleIndex

Field Value

int

Properties

tentacle

public DaddyTentacle tentacle { get; }

Property Value

DaddyTentacle

Methods

ConnectPhase(float)

public override void ConnectPhase(float totalRopeLength)

Parameters

totalRopeLength float

DrawSprite(SpriteLeaser, RoomCamera, float, Vector2)

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

Parameters

sLeaser RoomCamera.SpriteLeaser
rCam RoomCamera
timeStacker float
camPos Vector2

Update()

public override void Update()