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
sceneBackgroundSceneillustrationNamestringposVector2
Fields
alpha
public float alpha
Field Value
illustrationName
public string illustrationName
Field Value
Methods
DrawSprites(SpriteLeaser, RoomCamera, float, Vector2)
public override void DrawSprites(RoomCamera.SpriteLeaser sLeaser, RoomCamera rCam, float timeStacker, Vector2 camPos)
Parameters
sLeaserRoomCamera.SpriteLeaserrCamRoomCameratimeStackerfloatcamPosVector2
InitiateSprites(SpriteLeaser, RoomCamera)
public override void InitiateSprites(RoomCamera.SpriteLeaser sLeaser, RoomCamera rCam)
Parameters
sLeaserRoomCamera.SpriteLeaserrCamRoomCamera