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

Inheritance: MonoBehaviour
Datei anzeigen 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_oe property

public cameraScript, camera
return cameraScript,

currentPlayer public_oe property

public GameObject currentPlayer
return GameObject

nymphSpawning public_oe property

public NymphSpawning, nymphSpawning
return NymphSpawning,

playerPrefabs public_oe property

public GameObject[] playerPrefabs
return GameObject[]