Table of Contents

Class VistaChallenge.VistaPoint

Namespace
Expedition
Assembly
Assembly-CSharp.dll
public class VistaChallenge.VistaPoint : UpdatableAndDeletable, IDrawable
Inheritance
VistaChallenge.VistaPoint
Implements
Inherited Members

Constructors

VistaPoint(Room, VistaChallenge, Vector2)

public VistaPoint(Room room, VistaChallenge vista, Vector2 inRoomPos)

Parameters

room Room
vista VistaChallenge
inRoomPos Vector2

Fields

collected

public bool collected

Field Value

bool

color

public Color color

Field Value

Color

inRoomPos

public Vector2 inRoomPos

Field Value

Vector2

lastTime

public float lastTime

Field Value

float

lightSource

public LightSource lightSource

Field Value

LightSource

notify

public bool notify

Field Value

bool

phase

public float phase

Field Value

float

time

public float time

Field Value

float

vista

public VistaChallenge vista

Field Value

VistaChallenge

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