Table of Contents

Class BackgroundScene.Simple2DBackgroundIllustration

Namespace
Global
Assembly
Assembly-CSharp.dll
public class BackgroundScene.Simple2DBackgroundIllustration : BackgroundScene.BackgroundSceneElement, IDrawable
Inheritance
BackgroundScene.Simple2DBackgroundIllustration
Implements
Inherited Members

Constructors

Simple2DBackgroundIllustration(BackgroundScene, string, Vector2)

public Simple2DBackgroundIllustration(BackgroundScene scene, string illustrationName, Vector2 pos)

Parameters

scene BackgroundScene
illustrationName string
pos Vector2

Fields

alpha

public float alpha

Field Value

float

illustrationName

public string illustrationName

Field Value

string

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