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

Inheritance: MonoBehaviour
Show file Open project: lopalop2/The-Ritual-of-Jesses-House Class Usage Examples

Public Properties

Property Type Description
camera cameraScript,
currentPlayer GameObject
nymphSpawning NymphSpawning,
playerPrefabs GameObject[]

Public Methods

Method Description
AssignRandomPlayer ( ) : void
Awake ( ) : void
Update ( ) : void

Method Details

AssignRandomPlayer() public method

public AssignRandomPlayer ( ) : void
return void

Awake() public method

public Awake ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

camera public property

public cameraScript, camera
return cameraScript,

currentPlayer public property

public GameObject currentPlayer
return GameObject

nymphSpawning public property

public NymphSpawning, nymphSpawning
return NymphSpawning,

playerPrefabs public property

public GameObject[] playerPrefabs
return GameObject[]