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
overseerOverseermessageOverseerHologram.MessagecommunicateWithCreatureimportancefloat
Fields
buttons
public OverseerTutorialBehavior.SwitchInstruction.SwitchButton[] buttons
Field Value
partsOffset
public Vector2[] partsOffset
Field Value
- Vector2[]
socket
public OverseerTutorialBehavior.GamePadStickSocket socket
Field Value
Properties
Jump
public OverseerTutorialBehavior.SwitchInstruction.SwitchButton Jump { get; }
Property Value
PickUp
public OverseerTutorialBehavior.SwitchInstruction.SwitchButton PickUp { get; }
Property Value
Throw
public OverseerTutorialBehavior.SwitchInstruction.SwitchButton Throw { get; }
Property Value
UnusedButton
public OverseerTutorialBehavior.SwitchInstruction.SwitchButton UnusedButton { get; }
Property Value
Methods
Update(bool)
public override void Update(bool eu)
Parameters
eubool