Class OverseerHologram.ObjectPointer
- Namespace
- OverseerHolograms
- Assembly
- Assembly-CSharp.dll
public class OverseerHologram.ObjectPointer : OverseerHologram.PointingHologram, IDrawable
- Inheritance
-
OverseerHologram.ObjectPointer
- Implements
- Derived
- Inherited Members
Constructors
ObjectPointer(AncientBot, Message, Creature, float)
public ObjectPointer(AncientBot robo, OverseerHologram.Message message, Creature communicateWith, float importance)
Parameters
roboAncientBotmessageOverseerHologram.MessagecommunicateWithCreatureimportancefloat
ObjectPointer(Overseer, Message, Creature, float)
public ObjectPointer(Overseer overseer, OverseerHologram.Message message, Creature communicateWith, float importance)
Parameters
overseerOverseermessageOverseerHologram.MessagecommunicateWithCreatureimportancefloat
Fields
arrow
public OverseerHologram.Arrow arrow
Field Value
pointAtObject
public PhysicalObject pointAtObject
Field Value
Properties
PointAt
public override Vector2 PointAt { get; }
Property Value
- Vector2
Methods
Update(bool)
public override void Update(bool eu)
Parameters
eubool