C# Class SelectCharacter, planet-survival

Inheritance: MonoBehaviour
Afficher le fichier Open project: gjrfytn/planet-survival Class Usage Examples

Méthodes publiques

Свойство Type Description
CharacterNameText Text,
CharsPrefabs Transform[]
CharsPrefabsAux Transform[]
CurrentChar int
Marker List

Méthodes publiques

Méthode Description
NextButton ( ) : void
PickButton ( string name ) : void
PreviousButton ( ) : void

Private Methods

Méthode Description
LevelLoad ( string name ) : IEnumerator
Start ( ) : void
Update ( ) : void

Method Details

NextButton() public méthode

public NextButton ( ) : void
Résultat void

PickButton() public méthode

public PickButton ( string name ) : void
name string
Résultat void

PreviousButton() public méthode

public PreviousButton ( ) : void
Résultat void

Property Details

CharacterNameText public_oe property

public Text, CharacterNameText
Résultat Text,

CharsPrefabs public_oe property

public Transform[] CharsPrefabs
Résultat Transform[]

CharsPrefabsAux public_oe static_oe property

public static Transform[] CharsPrefabsAux
Résultat Transform[]

CurrentChar public_oe static_oe property

public static int CurrentChar
Résultat int

Marker public_oe property

public List Marker
Résultat List