C# Class SpawnScript, ggj14-my-shoes

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

public float hillyStart
return float

obj public_oe property

public GameObject[] obj
return GameObject[]

spawnMax public_oe property

public float spawnMax
return float

spawnMin public_oe property

public float spawnMin
return float

waterStart public_oe property

public float waterStart
return float

xStart public_oe property

public float xStart
return float