Class OverseerTutorialBehavior.GamePadInstruction
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class OverseerTutorialBehavior.GamePadInstruction : OverseerTutorialBehavior.InputInstruction, IDrawable
- Inheritance
-
OverseerTutorialBehavior.GamePadInstruction
- Implements
- Inherited Members
Constructors
GamePadInstruction(Overseer, Message, Creature, float, Preset)
public GamePadInstruction(Overseer overseer, OverseerHologram.Message message, Creature communicateWith, float importance, Options.ControlSetup.Preset controllerType)
Parameters
overseerOverseermessageOverseerHologram.MessagecommunicateWithCreatureimportancefloatcontrollerTypeOptions.ControlSetup.Preset
Fields
buttons
public OverseerTutorialBehavior.GamePadButton[] buttons
Field Value
directionAlwaysVisible
public bool directionAlwaysVisible
Field Value
horizontalOffset
public float horizontalOffset
Field Value
parts
public OverseerHologram.HologramPart[] parts
Field Value
partsRemainVisible
public int[] partsRemainVisible
Field Value
- int[]
silhouette
public OverseerTutorialBehavior.GamePadSilhouette silhouette
Field Value
socket
public OverseerTutorialBehavior.GamePadStickSocket socket
Field Value
Properties
Jump
public OverseerTutorialBehavior.GamePadButton Jump { get; }
Property Value
PickUp
public OverseerTutorialBehavior.GamePadButton PickUp { get; }
Property Value
Throw
public OverseerTutorialBehavior.GamePadButton Throw { 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