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
Field Value
- bool
color
Field Value
- Color
inRoomPos
Field Value
- Vector2
lastTime
Field Value
- float
lightSource
public LightSource lightSource
Field Value
- LightSource
notify
Field Value
- bool
phase
Field Value
- float
time
Field Value
- float
vista
public VistaChallenge vista
Field Value
- VistaChallenge
Methods
AddToContainer(SpriteLeaser, RoomCamera, FContainer)
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