Table of Contents

Class OverseerTutorialBehavior.SwitchInstruction

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

Constructors

SwitchInstruction(Overseer, Message, Creature, float)

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

Parameters

overseer Overseer
message OverseerHologram.Message
communicateWith Creature
importance float

Fields

buttons

public OverseerTutorialBehavior.SwitchInstruction.SwitchButton[] buttons

Field Value

SwitchButton[]

partsOffset

public Vector2[] partsOffset

Field Value

Vector2[]

socket

public OverseerTutorialBehavior.GamePadStickSocket socket

Field Value

OverseerTutorialBehavior.GamePadStickSocket

Properties

Jump

public OverseerTutorialBehavior.SwitchInstruction.SwitchButton Jump { get; }

Property Value

OverseerTutorialBehavior.SwitchInstruction.SwitchButton

PickUp

public OverseerTutorialBehavior.SwitchInstruction.SwitchButton PickUp { get; }

Property Value

OverseerTutorialBehavior.SwitchInstruction.SwitchButton

Throw

public OverseerTutorialBehavior.SwitchInstruction.SwitchButton Throw { get; }

Property Value

OverseerTutorialBehavior.SwitchInstruction.SwitchButton

UnusedButton

public OverseerTutorialBehavior.SwitchInstruction.SwitchButton UnusedButton { get; }

Property Value

OverseerTutorialBehavior.SwitchInstruction.SwitchButton

Methods

Update(bool)

public override void Update(bool eu)

Parameters

eu bool