Class SpawnerWavePool
- Namespace
- VoxelPlayground.Level
- Assembly
- ModData.dll
[CreateAssetMenu(menuName = "VoxelPlayground/Spawner/SpawnerWavePool")]
public class SpawnerWavePool : ScriptableObject
- Inheritance
-
object
SpawnerWavePool
- Extension Methods
-
Fields
concats
[Header("Concat")]
public List<SpawnerWavePool> concats
Field Value
- List<SpawnerWavePool>
entries
[FormerlySerializedAs("tasks")]
public List<SpawnerWave> entries
Field Value
- List<SpawnerWave>
sinceDay
[Tooltip("仅用于Concat按钮更新的内容; -1 则忽略")]
public int sinceDay
Field Value
- int
Methods
MaxDay()
Returns
- int
SimpleName(string)
public static string SimpleName(string name)
Parameters
name string
Returns
- string