Table of Contents

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

overseer Overseer
message OverseerHologram.Message
communicateWith Creature
importance float
controllerType Options.ControlSetup.Preset

Fields

buttons

public OverseerTutorialBehavior.GamePadButton[] buttons

Field Value

GamePadButton[]

directionAlwaysVisible

public bool directionAlwaysVisible

Field Value

bool

horizontalOffset

public float horizontalOffset

Field Value

float

parts

public OverseerHologram.HologramPart[] parts

Field Value

HologramPart[]

partsRemainVisible

public int[] partsRemainVisible

Field Value

int[]

silhouette

public OverseerTutorialBehavior.GamePadSilhouette silhouette

Field Value

OverseerTutorialBehavior.GamePadSilhouette

socket

public OverseerTutorialBehavior.GamePadStickSocket socket

Field Value

OverseerTutorialBehavior.GamePadStickSocket

Properties

Jump

public OverseerTutorialBehavior.GamePadButton Jump { get; }

Property Value

OverseerTutorialBehavior.GamePadButton

PickUp

public OverseerTutorialBehavior.GamePadButton PickUp { get; }

Property Value

OverseerTutorialBehavior.GamePadButton

Throw

public OverseerTutorialBehavior.GamePadButton Throw { get; }

Property Value

OverseerTutorialBehavior.GamePadButton

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