Table of Contents

Class OverseerTutorialBehavior.InputInstruction

Namespace
Global
Assembly
Assembly-CSharp.dll
public abstract class OverseerTutorialBehavior.InputInstruction : OverseerHologram, IDrawable
Inheritance
OverseerTutorialBehavior.InputInstruction
Implements
Derived
Inherited Members

Constructors

InputInstruction(Overseer, Message, Creature, float)

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

Parameters

overseer Overseer
message OverseerHologram.Message
communicateWith Creature
importance float

Fields

addRedCross

public bool addRedCross

Field Value

bool

closeToPos

public Vector2 closeToPos

Field Value

Vector2

controller

public OverseerTutorialBehavior.InputInstruction.InputInstructionController controller

Field Value

OverseerTutorialBehavior.InputInstruction.InputInstructionController

direction

public IntVector2 direction

Field Value

IntVector2

directionOnly

public bool directionOnly

Field Value

bool

dontTouchInputCross

public OverseerTutorialBehavior.InputInstruction.RedCross dontTouchInputCross

Field Value

OverseerTutorialBehavior.InputInstruction.RedCross

hideInputs

public bool hideInputs

Field Value

bool

playerGhost

public OverseerHologram.PlayerGhost playerGhost

Field Value

OverseerHologram.PlayerGhost

showJump

public bool showJump

Field Value

bool

showPickup

public bool showPickup

Field Value

bool

showThrow

public bool showThrow

Field Value

bool

waitMeter

public OverseerTutorialBehavior.WaitMeter waitMeter

Field Value

OverseerTutorialBehavior.WaitMeter

Methods

AllPartsAdded()

public void AllPartsAdded()

DisplayPosScore(IntVector2)

public override float DisplayPosScore(IntVector2 testPos)

Parameters

testPos IntVector2

Returns

float

Update(bool)

public override void Update(bool eu)

Parameters

eu bool