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

Inheritance: MonoBehaviour
显示文件 Open project: lopalop2/The-Ritual-of-Jesses-House Class Usage Examples

Public Properties

Property Type Description
nymphs GameObject[]
player GameObject
waypoints GameObject[]

Public Methods

Method Description
Spawn ( Vector3 _pickupLoc, Vector3 _returnLoc ) : void
Update ( ) : void

Method Details

Spawn() public method

public Spawn ( Vector3 _pickupLoc, Vector3 _returnLoc ) : void
_pickupLoc Vector3
_returnLoc Vector3
return void

Update() public method

public Update ( ) : void
return void

Property Details

nymphs public_oe property

public GameObject[] nymphs
return GameObject[]

player public_oe property

public GameObject player
return GameObject

waypoints public_oe property

public GameObject[] waypoints
return GameObject[]