Table of Contents

Class LanternStick

Namespace
Global
Assembly
Assembly-CSharp.dll
public class LanternStick : UpdatableAndDeletable, IDrawable, IProvideWarmth
Inheritance
LanternStick
Implements
Inherited Members

Constructors

LanternStick(Room, PlacedObject)

public LanternStick(Room room, PlacedObject po)

Parameters

room Room
po PlacedObject

Fields

lantern

public Lantern lantern

Field Value

Lantern

po

public PlacedObject po

Field Value

PlacedObject

stickPositions

public Vector2[] stickPositions

Field Value

Vector2[]

Methods

public void AddToContainer(RoomCamera.SpriteLeaser sLeaser, RoomCamera rCam, FContainer newContatiner)

Parameters

sLeaser RoomCamera.SpriteLeaser
rCam RoomCamera
newContatiner FContainer

ApplyPalette(SpriteLeaser, RoomCamera, RoomPalette)

public void ApplyPalette(RoomCamera.SpriteLeaser sLeaser, RoomCamera rCam, RoomPalette palette)

Parameters

sLeaser RoomCamera.SpriteLeaser
rCam RoomCamera
palette RoomPalette

DrawSprites(SpriteLeaser, RoomCamera, float, Vector2)

public 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 void InitiateSprites(RoomCamera.SpriteLeaser sLeaser, RoomCamera rCam)

Parameters

sLeaser RoomCamera.SpriteLeaser
rCam RoomCamera

Update(bool)

public override void Update(bool eu)

Parameters

eu bool