Class RoleSpawnPoint
Defines a spawn point that follows a base-game role spawn point.
public class RoleSpawnPoint : SpawnPoint, IPosition
- Inheritance
-
RoleSpawnPoint
- 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.
[YamlIgnore]
public override string Name { get; set; }
Property Value
Position
Gets or sets this spawn point position.
[YamlIgnore]
public override Vector3 Position { get; set; }
Property Value
- Vector3
Role
Gets or sets the role type used for this spawn.
public RoleTypeId Role { get; set; }
Property Value
- RoleTypeId