C# Class SpawnStalactite, Heracles

Inheritance: MonoBehaviour
Mostra file Open project: TrinityUniversityGameDesign/Heracles Class Usage Examples

Public Properties

Property Type Description
minGap int
pos Transform
spawnChance double
stalacPrefab GameObject
timePer int

Public Methods

Method Description
BeginFalling ( ) : void
FixedUpdate ( ) : void
Start ( ) : void
end ( ) : void
spawnNew ( ) : void

Method Details

BeginFalling() public method

public BeginFalling ( ) : void
return void

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

end() public method

public end ( ) : void
return void

spawnNew() public method

public spawnNew ( ) : void
return void

Property Details

minGap public_oe property

public int minGap
return int

pos public_oe property

public Transform pos
return Transform

spawnChance public_oe property

public double spawnChance
return double

stalacPrefab public_oe property

public GameObject stalacPrefab
return GameObject

timePer public_oe property

public int timePer
return int