C# Class SpawnerManager, VRCubeSword

Inheritance: MonoBehaviour
Afficher le fichier Open project: VirsixInc/VRCubeSword Class Usage Examples

Méthodes publiques

Свойство Type Description
badTargetPrefabs List
gameGravity float
gm GameManager1,
numSpawners int
spawnerPrefab GameObject
targetPrefabs List
timeToPlayer float

Méthodes publiques

Méthode Description
GetNumSpawners ( ) : int
GetTarget ( ) : GameObject
LastTargetWasBad ( ) : bool
SetBadTargetsPerRound ( int btpr ) : void
SetSpawnsPerRound ( int spr ) : void
Start ( ) : void
ToggleSpawnerActivation ( bool active ) : void
Update ( ) : void

Private Methods

Méthode Description
GetBadTarget ( ) : GameObject

Method Details

GetNumSpawners() public méthode

public GetNumSpawners ( ) : int
Résultat int

GetTarget() public méthode

public GetTarget ( ) : GameObject
Résultat GameObject

LastTargetWasBad() public méthode

public LastTargetWasBad ( ) : bool
Résultat bool

SetBadTargetsPerRound() public méthode

public SetBadTargetsPerRound ( int btpr ) : void
btpr int
Résultat void

SetSpawnsPerRound() public méthode

public SetSpawnsPerRound ( int spr ) : void
spr int
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

ToggleSpawnerActivation() public méthode

public ToggleSpawnerActivation ( bool active ) : void
active bool
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

badTargetPrefabs public_oe property

public List badTargetPrefabs
Résultat List

gameGravity public_oe property

public float gameGravity
Résultat float

gm public_oe property

public GameManager1, gm
Résultat GameManager1,

numSpawners public_oe property

public int numSpawners
Résultat int

spawnerPrefab public_oe property

public GameObject spawnerPrefab
Résultat GameObject

targetPrefabs public_oe property

public List targetPrefabs
Résultat List

timeToPlayer public_oe property

public float timeToPlayer
Résultat float