C# Class NymphSpawning, The-Ritual-of-Jesses-House

Inheritance: MonoBehaviour
Afficher le fichier Open project: lopalop2/The-Ritual-of-Jesses-House Class Usage Examples

Méthodes publiques

Свойство Type Description
nymphs GameObject[]
player GameObject
waypoints GameObject[]

Méthodes publiques

Méthode Description
Spawn ( Vector3 _pickupLoc, Vector3 _returnLoc ) : void
Update ( ) : void

Method Details

Spawn() public méthode

public Spawn ( Vector3 _pickupLoc, Vector3 _returnLoc ) : void
_pickupLoc Vector3
_returnLoc Vector3
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

nymphs public_oe property

public GameObject[] nymphs
Résultat GameObject[]

player public_oe property

public GameObject player
Résultat GameObject

waypoints public_oe property

public GameObject[] waypoints
Résultat GameObject[]