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
overseerOverseermessageOverseerHologram.MessagecommunicateWithCreatureimportancefloat
Fields
counter
public int counter
Field Value
currSubScene
public int currSubScene
Field Value
sceneId
public GateScene.SceneID sceneId
Field Value
subScenes
public List<GateScene.SubScene> subScenes
Field Value
timeOnEachSubscene
public int timeOnEachSubscene
Field Value
Methods
DisplayPosScore(IntVector2)
public override float DisplayPosScore(IntVector2 testPos)
Parameters
testPosIntVector2
Returns
Update(bool)
public override void Update(bool eu)
Parameters
eubool