Class SpawnEntry
Defines when, where, and how many actors spawn.
Assembly: Serenity.Wave.Domain.dll
Syntax
public abstract class SpawnEntry
Constructors
SpawnEntry()
Declaration
Properties
Actor
Declaration
public abstract object Actor { get; }
Property Value
Cadence
Declaration
public abstract float Cadence { get; }
Property Value
Count
Declaration
public abstract int Count { get; }
Property Value
SpawnDelay
Declaration
public abstract float SpawnDelay { get; }
Property Value
SpawnPointId
Declaration
public abstract string SpawnPointId { get; }
Property Value