C# Class SelectCharacter, planet-survival

Inheritance: MonoBehaviour
Mostra file Open project: gjrfytn/planet-survival Class Usage Examples

Public Properties

Property Type Description
CharacterNameText Text,
CharsPrefabs Transform[]
CharsPrefabsAux Transform[]
CurrentChar int
Marker List

Public Methods

Method Description
NextButton ( ) : void
PickButton ( string name ) : void
PreviousButton ( ) : void

Private Methods

Method Description
LevelLoad ( string name ) : IEnumerator
Start ( ) : void
Update ( ) : void

Method Details

NextButton() public method

public NextButton ( ) : void
return void

PickButton() public method

public PickButton ( string name ) : void
name string
return void

PreviousButton() public method

public PreviousButton ( ) : void
return void

Property Details

CharacterNameText public_oe property

public Text, CharacterNameText
return Text,

CharsPrefabs public_oe property

public Transform[] CharsPrefabs
return Transform[]

CharsPrefabsAux public_oe static_oe property

public static Transform[] CharsPrefabsAux
return Transform[]

CurrentChar public_oe static_oe property

public static int CurrentChar
return int

Marker public_oe property

public List Marker
return List