Table of Contents

Class CentipedeShellCosmetic

Namespace
MoreSlugcats
Assembly
Assembly-CSharp.dll
public class CentipedeShellCosmetic
Inheritance
CentipedeShellCosmetic
Inherited Members

Constructors

CentipedeShellCosmetic(int, Vector2, float, float, float, float)

public CentipedeShellCosmetic(int firstSprite, Vector2 pos, float hue, float saturation, float scaleX, float scaleY)

Parameters

firstSprite int
pos Vector2
hue float
saturation float
scaleX float
scaleY float

Fields

blackColor

public Color blackColor

Field Value

Color

counter

public int counter

Field Value

int

darkness

public float darkness

Field Value

float

earthColor

public Color earthColor

Field Value

Color

firstSprite

public int firstSprite

Field Value

int

hue

public float hue

Field Value

float

lastDarkness

public float lastDarkness

Field Value

float

lastPos

public Vector2 lastPos

Field Value

Vector2

lastRotation

public float lastRotation

Field Value

float

lastZRotation

public float lastZRotation

Field Value

float

pos

public Vector2 pos

Field Value

Vector2

rotation

public float rotation

Field Value

float

saturation

public float saturation

Field Value

float

scaleX

public float scaleX

Field Value

float

scaleY

public float scaleY

Field Value

float

visible

public bool visible

Field Value

bool

zRotation

public float zRotation

Field Value

float

Properties

TotalSprites

public int TotalSprites { get; }

Property Value

int

Methods

ApplyPalette(SpriteLeaser, RoomCamera, RoomPalette)

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

Parameters

sLeaser RoomCamera.SpriteLeaser
rCam RoomCamera
palette RoomPalette

DrawSprites(SpriteLeaser, RoomCamera, float, Vector2)

public 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 void InitiateSprites(RoomCamera.SpriteLeaser sLeaser, RoomCamera rCam)

Parameters

sLeaser RoomCamera.SpriteLeaser
rCam RoomCamera

Update()

public void Update()