Class OverseerHologram.DoorPointer
- Namespace
- OverseerHolograms
- Assembly
- Assembly-CSharp.dll
public abstract class OverseerHologram.DoorPointer : OverseerHologram.PointingHologram, IDrawable
- Inheritance
-
OverseerHologram.DoorPointer
- Implements
- Derived
- Inherited Members
Constructors
DoorPointer(Overseer, Message, Creature, float)
public DoorPointer(Overseer overseer, OverseerHologram.Message message, Creature communicateWith, float importance)
Parameters
overseerOverseermessageOverseerHologram.MessagecommunicateWithCreatureimportancefloat
Fields
d
public int d
Field Value
doorDistTracker
public OverseerHologram.DoorPointer.CreatureDoorDistanceTracker doorDistTracker
Field Value
doorPos
public Vector2 doorPos
Field Value
- Vector2
pointerNecessary
public bool pointerNecessary
Field Value
reportPlayerExitEnterance
public bool reportPlayerExitEnterance
Field Value
Properties
PointAt
public override Vector2 PointAt { get; }
Property Value
- Vector2
door
public int door { get; set; }
Property Value
Methods
DisplayPosScore(IntVector2)
public override float DisplayPosScore(IntVector2 testPos)
Parameters
testPosIntVector2
Returns
PlayerGoingIntoExit(bool)
public virtual void PlayerGoingIntoExit(bool followingInstruction)
Parameters
followingInstructionbool
Update(bool)
public override void Update(bool eu)
Parameters
eubool