C# Class SpawnStalactite, Heracles

Inheritance: MonoBehaviour
Afficher le fichier Open project: TrinityUniversityGameDesign/Heracles Class Usage Examples

Méthodes publiques

Свойство Type Description
minGap int
pos Transform
spawnChance double
stalacPrefab GameObject
timePer int

Méthodes publiques

Méthode Description
BeginFalling ( ) : void
FixedUpdate ( ) : void
Start ( ) : void
end ( ) : void
spawnNew ( ) : void

Method Details

BeginFalling() public méthode

public BeginFalling ( ) : void
Résultat void

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

end() public méthode

public end ( ) : void
Résultat void

spawnNew() public méthode

public spawnNew ( ) : void
Résultat void

Property Details

minGap public_oe property

public int minGap
Résultat int

pos public_oe property

public Transform pos
Résultat Transform

spawnChance public_oe property

public double spawnChance
Résultat double

stalacPrefab public_oe property

public GameObject stalacPrefab
Résultat GameObject

timePer public_oe property

public int timePer
Résultat int