Class OverseerTutorialBehavior.KeyBoardInstruction
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class OverseerTutorialBehavior.KeyBoardInstruction : OverseerTutorialBehavior.InputInstruction, IDrawable
- Inheritance
-
OverseerTutorialBehavior.KeyBoardInstruction
- Implements
- Inherited Members
Constructors
KeyBoardInstruction(Overseer, Message, Creature, float)
public KeyBoardInstruction(Overseer overseer, OverseerHologram.Message message, Creature communicateWith, float importance)
Parameters
overseerOverseermessageOverseerHologram.MessagecommunicateWithCreatureimportancefloat
Fields
keys
public OverseerTutorialBehavior.KeyBoardKey[] keys
Field Value
Properties
Down
public OverseerTutorialBehavior.KeyBoardKey Down { get; }
Property Value
Jump
public OverseerTutorialBehavior.KeyBoardKey Jump { get; }
Property Value
Left
public OverseerTutorialBehavior.KeyBoardKey Left { get; }
Property Value
PickUp
public OverseerTutorialBehavior.KeyBoardKey PickUp { get; }
Property Value
Right
public OverseerTutorialBehavior.KeyBoardKey Right { get; }
Property Value
Throw
public OverseerTutorialBehavior.KeyBoardKey Throw { get; }
Property Value
Up
public OverseerTutorialBehavior.KeyBoardKey Up { get; }
Property Value
Methods
DisplayPosScore(IntVector2)
public override float DisplayPosScore(IntVector2 testPos)
Parameters
testPosIntVector2
Returns
Update(bool)
public override void Update(bool eu)
Parameters
eubool