C# Class DEBUGPlayerInputController, goalBall

This script will manage all of the inputs for the player for any script that requires player input This is being done so that all player action scripts can be kept on while not having to worry about controlling other players due to network games.
Inheritance: MonoBehaviour
Mostra file Open project: DrexelGoalBall/goalBall

Public Properties

Property Type Description
Catch string
Dive string
LookHorizontal string
LookVertical string
MoveHorizontal string
MoveVertical string
ResetAim string
ResetPosition string
Throw string

Public Methods

Method Description
Start ( ) : void

Initializes the variables and objects that are needed by this script.

Update ( ) : void

Detects when the player uses an input on the controller and sends a message to the scripts that are affected by this change.

Method Details

Start() public method

Initializes the variables and objects that are needed by this script.
public Start ( ) : void
return void

Update() public method

Detects when the player uses an input on the controller and sends a message to the scripts that are affected by this change.
public Update ( ) : void
return void

Property Details

Catch public_oe property

public string Catch
return string

Dive public_oe property

public string Dive
return string

LookHorizontal public_oe property

public string LookHorizontal
return string

LookVertical public_oe property

public string LookVertical
return string

MoveHorizontal public_oe property

public string MoveHorizontal
return string

MoveVertical public_oe property

public string MoveVertical
return string

ResetAim public_oe property

public string ResetAim
return string

ResetPosition public_oe property

public string ResetPosition
return string

Throw public_oe property

public string Throw
return string