Table of Contents

Class OverseerHologram.CreaturePointer

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

Constructors

CreaturePointer(AncientBot, Message, Creature, float)

public CreaturePointer(AncientBot robo, OverseerHologram.Message message, Creature communicateWith, float importance)

Parameters

robo AncientBot
message OverseerHologram.Message
communicateWith Creature
importance float

CreaturePointer(Overseer, Message, Creature, float)

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

Parameters

overseer Overseer
message OverseerHologram.Message
communicateWith Creature
importance float

Fields

cycle

public int cycle

Field Value

int

hasWarnedCounterOffScreen

public int hasWarnedCounterOffScreen

Field Value

int

hasWarnedCounterVisible

public int hasWarnedCounterVisible

Field Value

int

Properties

PointAt

public override Vector2 PointAt { get; }

Property Value

Vector2

color

public override Color color { get; }

Property Value

Color

pointAtCreature

public Creature pointAtCreature { get; set; }

Property Value

Creature

Methods

Update(bool)

public override void Update(bool eu)

Parameters

eu bool