Class StaticSpawnPoint
Handles static spawn locations.
public class StaticSpawnPoint : SpawnPoint, IPosition
- Inheritance
-
StaticSpawnPoint
- Implements
- Inherited Members
- Extension Methods
Properties
Chance
Gets or sets the spawn chance.
public override float Chance { get; set; }
Property Value
Name
Gets or sets this spawn point name.
public override string Name { get; set; }
Property Value
Position
Gets or sets this spawn point position.
public override Vector3 Position { get; set; }
Property Value
- Vector3