Table of Contents

Class Explosion.FlashingSmoke

Namespace
Global
Assembly
Assembly-CSharp.dll
public class Explosion.FlashingSmoke : Explosion.ExplosionSmoke, IDrawable, IRunDuringDialog
Inheritance
Explosion.FlashingSmoke
Implements
Inherited Members

Constructors

FlashingSmoke(Vector2, Vector2, float, Color, Color, int)

public FlashingSmoke(Vector2 pos, Vector2 vel, float size, Color whiteColor, Color effectColor, int colorFadeTime)

Parameters

pos Vector2
vel Vector2
size float
whiteColor Color
effectColor Color
colorFadeTime int

Fields

col

public float col

Field Value

float

colorFadeTime

public int colorFadeTime

Field Value

int

effectColor

public Color effectColor

Field Value

Color

lastCol

public float lastCol

Field Value

float

whiteColor

public Color whiteColor

Field Value

Color

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

Update(bool)

public override void Update(bool eu)

Parameters

eu bool