C# Class playerSpawner, FetchQuest

Inheritance: MonoBehaviour
Show file Open project: uwgb-socsc/FetchQuest Class Usage Examples

Public Properties

Property Type Description
characterClass string
large GameObject
medLarge GameObject
medium GameObject
playerSpawn Transform[]
small GameObject
smallMed GameObject

Public Methods

Method Description
Start ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Property Details

characterClass public property

public string characterClass
return string

large public property

public GameObject large
return GameObject

medLarge public property

public GameObject medLarge
return GameObject

medium public property

public GameObject medium
return GameObject

playerSpawn public property

public Transform[] playerSpawn
return Transform[]

small public property

public GameObject small
return GameObject

smallMed public property

public GameObject smallMed
return GameObject