Class OverseerHologram.PointingHologram
- Namespace
- OverseerHolograms
- Assembly
- Assembly-CSharp.dll
public class OverseerHologram.PointingHologram : OverseerHologram, IDrawable
- Inheritance
-
OverseerHologram.PointingHologram
- Implements
-
- Derived
-
- Inherited Members
-
Constructors
PointingHologram(AncientBot, Message, Creature, float)
public PointingHologram(AncientBot robo, OverseerHologram.Message message, Creature communicateWith, float importance)
Parameters
robo AncientBot
message OverseerHologram.Message
communicateWith Creature
importance float
PointingHologram(Overseer, Message, Creature, float)
public PointingHologram(Overseer overseer, OverseerHologram.Message message, Creature communicateWith, float importance)
Parameters
overseer Overseer
message OverseerHologram.Message
communicateWith Creature
importance float
Fields
arrow
public OverseerHologram.Arrow arrow
Field Value
- OverseerHologram.Arrow
lightEffect
public OverseerHologram.HologramLightEffect lightEffect
Field Value
- OverseerHologram.HologramLightEffect
symbol
public OverseerHologram.Symbol symbol
Field Value
- OverseerHologram.Symbol
public bool wantVisalContactFromPlayer
Field Value
- bool
Properties
PointAt
public virtual Vector2 PointAt { get; }
Property Value
- Vector2
lookAt
public override Vector2 lookAt { get; }
Property Value
- Vector2
Methods
DisplayPosScore(IntVector2)
public override float DisplayPosScore(IntVector2 testPos)
Parameters
testPos IntVector2
Returns
- float
InfluenceHoverScoreOfTile(IntVector2, float)
public override float InfluenceHoverScoreOfTile(IntVector2 testPos, float f)
Parameters
testPos IntVector2
f float
Returns
- float
Update(bool)
public override void Update(bool eu)
Parameters
eu bool