Table of Contents

Class ProjectedImage

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

Constructors

ProjectedImage(List<string>, int)

public ProjectedImage(List<string> imageNames, int cycleTime)

Parameters

imageNames List<string>
cycleTime int

Fields

alpha

public float alpha

Field Value

float

counter

public int counter

Field Value

int

currImg

public int currImg

Field Value

int

cycleTime

public int cycleTime

Field Value

int

imageNames

public List<string> imageNames

Field Value

List<string>

lastAlpha

public float lastAlpha

Field Value

float

setAlpha

public float? setAlpha

Field Value

float?

setPos

public Vector2? setPos

Field Value

Vector2?

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

LoadFile()

public void LoadFile()

Update(bool)

public override void Update(bool eu)

Parameters

eu bool