C# Class SpawnScript, ggj14-my-shoes

Inheritance: MonoBehaviour
Show file Open project: NashGameDev/ggj14-my-shoes Class Usage Examples

Public Properties

Property Type Description
hillyStart float
obj GameObject[]
spawnMax float
spawnMin float
waterStart float
xStart float

Public Methods

Method Description
Spawn ( ) : void
Start ( ) : void

Method Details

Spawn() public method

public Spawn ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

hillyStart public property

public float hillyStart
return float

obj public property

public GameObject[] obj
return GameObject[]

spawnMax public property

public float spawnMax
return float

spawnMin public property

public float spawnMin
return float

waterStart public property

public float waterStart
return float

xStart public property

public float xStart
return float