Table of Contents

Class GateScene

Namespace
OverseerHolograms
Assembly
Assembly-CSharp.dll
public class GateScene : OverseerHologram, IDrawable
Inheritance
GateScene
Implements
Inherited Members

Constructors

GateScene(Overseer, Message, Creature, float)

public GateScene(Overseer overseer, OverseerHologram.Message message, Creature communicateWith, float importance)

Parameters

overseer Overseer
message OverseerHologram.Message
communicateWith Creature
importance float

Fields

counter

public int counter

Field Value

int

currSubScene

public int currSubScene

Field Value

int

sceneId

public GateScene.SceneID sceneId

Field Value

GateScene.SceneID

subScenes

public List<GateScene.SubScene> subScenes

Field Value

List<GateScene.SubScene>

timeOnEachSubscene

public int timeOnEachSubscene

Field Value

int

Methods

DisplayPosScore(IntVector2)

public override float DisplayPosScore(IntVector2 testPos)

Parameters

testPos IntVector2

Returns

float

Update(bool)

public override void Update(bool eu)

Parameters

eu bool