Table of Contents

Class BlinkingFlower.Petal

Namespace
MoreSlugcats
Assembly
Assembly-CSharp.dll
public class BlinkingFlower.Petal : CosmeticSprite, IDrawable, IRunDuringDialog
Inheritance
BlinkingFlower.Petal
Implements
Inherited Members

Constructors

Petal(Vector2, Vector2, Color, Color, float, float, float, bool)

public Petal(Vector2 pos, Vector2 vel, Color color1, Color color2, float size, float length, float width, bool leaf)

Parameters

pos Vector2
vel Vector2
color1 Color
color2 Color
size float
length float
width float
leaf bool

Fields

color1

public Color color1

Field Value

Color

color2

public Color color2

Field Value

Color

leaf

public bool leaf

Field Value

bool

length

public float length

Field Value

float

life

public float life

Field Value

float

lifeDecrease

public float lifeDecrease

Field Value

float

rotation

public float rotation

Field Value

float

sine

public float sine

Field Value

float

size

public float size

Field Value

float

width

public float width

Field Value

float

Methods

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

Update(bool)

public override void Update(bool eu)

Parameters

eu bool