Class CubeSpawnWall
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class CubeSpawnWall : MonoBehaviour
- Inheritance
-
CubeSpawnWall
Constructors
CubeSpawnWall()
Fields
ScoreText
Field Value
- Text
Spawns_Boss
public Transform[] Spawns_Boss
Field Value
- Transform[]
Spawns_Center
public Transform[] Spawns_Center
Field Value
- Transform[]
Spawns_Down
public Transform[] Spawns_Down
Field Value
- Transform[]
Spawns_Up
public Transform[] Spawns_Up
Field Value
- Transform[]
TargetWarning
public GameObject TargetWarning
Field Value
- GameObject
TimeText
Field Value
- Text
WaveText
Field Value
- Text
Methods
GetSpawns(int, SpawnWallType)
public List<Transform> GetSpawns(int num, CubeSpawnWall.SpawnWallType type)
Parameters
num
int
type
CubeSpawnWall.SpawnWallType
Returns
- List<Transform>