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
Field Value
- Color
counter
Field Value
- int
darkness
Field Value
- float
earthColor
Field Value
- Color
firstSprite
Field Value
- int
hue
Field Value
- float
lastDarkness
public float lastDarkness
Field Value
- float
lastPos
Field Value
- Vector2
lastRotation
public float lastRotation
Field Value
- float
lastZRotation
public float lastZRotation
Field Value
- float
pos
Field Value
- Vector2
rotation
Field Value
- float
saturation
Field Value
- float
scaleX
Field Value
- float
scaleY
Field Value
- float
visible
Field Value
- bool
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()