Table of Contents

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

overseer Overseer
message OverseerHologram.Message
communicateWith Creature
importance float

Fields

keys

public OverseerTutorialBehavior.KeyBoardKey[] keys

Field Value

KeyBoardKey[]

Properties

Down

public OverseerTutorialBehavior.KeyBoardKey Down { get; }

Property Value

OverseerTutorialBehavior.KeyBoardKey

Jump

public OverseerTutorialBehavior.KeyBoardKey Jump { get; }

Property Value

OverseerTutorialBehavior.KeyBoardKey

Left

public OverseerTutorialBehavior.KeyBoardKey Left { get; }

Property Value

OverseerTutorialBehavior.KeyBoardKey

PickUp

public OverseerTutorialBehavior.KeyBoardKey PickUp { get; }

Property Value

OverseerTutorialBehavior.KeyBoardKey

Right

public OverseerTutorialBehavior.KeyBoardKey Right { get; }

Property Value

OverseerTutorialBehavior.KeyBoardKey

Throw

public OverseerTutorialBehavior.KeyBoardKey Throw { get; }

Property Value

OverseerTutorialBehavior.KeyBoardKey

Up

public OverseerTutorialBehavior.KeyBoardKey Up { get; }

Property Value

OverseerTutorialBehavior.KeyBoardKey

Methods

DisplayPosScore(IntVector2)

public override float DisplayPosScore(IntVector2 testPos)

Parameters

testPos IntVector2

Returns

float

Update(bool)

public override void Update(bool eu)

Parameters

eu bool