C# Class ImpSpawner, Demonology

Inheritance: MonoBehaviour
Afficher le fichier Open project: Qlevine20/Demonology

Méthodes publiques

Свойство Type Description
Imp GameObject
LoadingScreen bool
Player GameObject
activeRange float
leftSpawner bool
maxSpawn int
sinkingTime float
spawnCount int
startDelay float
waitTime float

Méthodes publiques

Méthode Description
DistanceBetween ( Vector2 pos1, Vector2 pos2 ) : float
LateUpdate ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
RandomSpawnImp ( float counter ) : bool

Method Details

DistanceBetween() public méthode

public DistanceBetween ( Vector2 pos1, Vector2 pos2 ) : float
pos1 Vector2
pos2 Vector2
Résultat float

LateUpdate() public méthode

public LateUpdate ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

Imp public_oe property

public GameObject Imp
Résultat GameObject

LoadingScreen public_oe property

public bool LoadingScreen
Résultat bool

Player public_oe property

public GameObject Player
Résultat GameObject

activeRange public_oe property

public float activeRange
Résultat float

leftSpawner public_oe property

public bool leftSpawner
Résultat bool

maxSpawn public_oe property

public int maxSpawn
Résultat int

sinkingTime public_oe property

public float sinkingTime
Résultat float

spawnCount public_oe property

public int spawnCount
Résultat int

startDelay public_oe property

public float startDelay
Résultat float

waitTime public_oe property

public float waitTime
Résultat float