C# Class playerSpawner, FetchQuest

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

public string characterClass
return string

large public_oe property

public GameObject large
return GameObject

medLarge public_oe property

public GameObject medLarge
return GameObject

medium public_oe property

public GameObject medium
return GameObject

playerSpawn public_oe property

public Transform[] playerSpawn
return Transform[]

small public_oe property

public GameObject small
return GameObject

smallMed public_oe property

public GameObject smallMed
return GameObject