C# Class CharacterSelect, gateway2dwest

Inheritance: MonoBehaviour
Mostra file Open project: stlgamedev/gateway2dwest Class Usage Examples

Public Properties

Property Type Description
characterPanel GameObject
playerInputHelpers InputHelper[]
playerSelectionSprites SpriteRenderer[]
playerSelectors GameObject[]
pressStartObjects GameObject[]
readyObjects GameObject[]
selectablePlayerObjects GameObject[]
selectorOffset Vector3

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

characterPanel public_oe property

public GameObject characterPanel
return GameObject

playerInputHelpers public_oe property

public InputHelper[] playerInputHelpers
return InputHelper[]

playerSelectionSprites public_oe property

public SpriteRenderer[] playerSelectionSprites
return SpriteRenderer[]

playerSelectors public_oe property

public GameObject[] playerSelectors
return GameObject[]

pressStartObjects public_oe property

public GameObject[] pressStartObjects
return GameObject[]

readyObjects public_oe property

public GameObject[] readyObjects
return GameObject[]

selectablePlayerObjects public_oe property

public GameObject[] selectablePlayerObjects
return GameObject[]

selectorOffset public_oe property

public Vector3 selectorOffset
return Vector3