C# Class playerSpawner, FetchQuest

Inheritance: MonoBehaviour
Afficher le fichier Open project: uwgb-socsc/FetchQuest Class Usage Examples

Méthodes publiques

Свойство Type Description
characterClass string
large GameObject
medLarge GameObject
medium GameObject
playerSpawn Transform[]
small GameObject
smallMed GameObject

Méthodes publiques

Méthode Description
Start ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

characterClass public_oe property

public string characterClass
Résultat string

large public_oe property

public GameObject large
Résultat GameObject

medLarge public_oe property

public GameObject medLarge
Résultat GameObject

medium public_oe property

public GameObject medium
Résultat GameObject

playerSpawn public_oe property

public Transform[] playerSpawn
Résultat Transform[]

small public_oe property

public GameObject small
Résultat GameObject

smallMed public_oe property

public GameObject smallMed
Résultat GameObject