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
overseerOverseermessageOverseerHologram.MessagecommunicateWithCreatureimportancefloat
Fields
addRedCross
public bool addRedCross
Field Value
closeToPos
public Vector2 closeToPos
Field Value
- Vector2
controller
public OverseerTutorialBehavior.InputInstruction.InputInstructionController controller
Field Value
direction
public IntVector2 direction
Field Value
directionOnly
public bool directionOnly
Field Value
dontTouchInputCross
public OverseerTutorialBehavior.InputInstruction.RedCross dontTouchInputCross
Field Value
hideInputs
public bool hideInputs
Field Value
playerGhost
public OverseerHologram.PlayerGhost playerGhost
Field Value
showJump
public bool showJump
Field Value
showPickup
public bool showPickup
Field Value
showThrow
public bool showThrow
Field Value
waitMeter
public OverseerTutorialBehavior.WaitMeter waitMeter
Field Value
Methods
AllPartsAdded()
public void AllPartsAdded()
DisplayPosScore(IntVector2)
public override float DisplayPosScore(IntVector2 testPos)
Parameters
testPosIntVector2
Returns
Update(bool)
public override void Update(bool eu)
Parameters
eubool