Table of Contents

Class RoofTopView.DustpuffSpawner.DustPuff

Namespace
Global
Assembly
Assembly-CSharp.dll
public class RoofTopView.DustpuffSpawner.DustPuff : CosmeticSprite, IDrawable, IRunDuringDialog
Inheritance
RoofTopView.DustpuffSpawner.DustPuff
Implements
Inherited Members

Constructors

DustPuff(Vector2, float)

public DustPuff(Vector2 pos, float size)

Parameters

pos Vector2
size float

Fields

lastLife

public float lastLife

Field Value

float

life

public float life

Field Value

float

lifeTime

public float lifeTime

Field Value

float

motion

public Vector2 motion

Field Value

Vector2

size

public float size

Field Value

float

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

Update(bool)

public override void Update(bool eu)

Parameters

eu bool