C# Class PatrollingMonsterSpawner, DarkDreams

Inheritance: MonoBehaviour
Afficher le fichier Open project: technicalvgda/DarkDreams Class Usage Examples

Méthodes publiques

Свойство Type Description
BUFFER float
facingRight bool
leftSpawnpoint GameObject
monster PatrollingMonster,
rightSpawnpoint GameObject
spawnIntervalMax float
spawnIntervalMin float

Méthodes publiques

Méthode Description
OnDrawGizmos ( ) : void
Start ( ) : void

Private Methods

Méthode Description
_Update ( ) : IEnumerator

Method Details

OnDrawGizmos() public méthode

public OnDrawGizmos ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

BUFFER public_oe property

public float BUFFER
Résultat float

facingRight public_oe property

public bool facingRight
Résultat bool

leftSpawnpoint public_oe property

public GameObject leftSpawnpoint
Résultat GameObject

monster public_oe property

public PatrollingMonster, monster
Résultat PatrollingMonster,

rightSpawnpoint public_oe property

public GameObject rightSpawnpoint
Résultat GameObject

spawnIntervalMax public_oe property

public float spawnIntervalMax
Résultat float

spawnIntervalMin public_oe property

public float spawnIntervalMin
Résultat float