Class DynamicSpawnPoint
Handles dynamic spawn locations.
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Exiled.API.Features.Spawn
Assembly: Exiled.API.dll
Syntax
public class DynamicSpawnPoint : SpawnPoint, IPosition
Properties
| Improve this Doc View SourceChance
Declaration
public override float Chance { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Overrides
| Improve this Doc View SourceLocation
Gets or sets the SpawnLocationType for this item.
Declaration
public SpawnLocationType Location { get; set; }
Property Value
Type | Description |
---|---|
SpawnLocationType |
Name
Declaration
[YamlIgnore]
public override string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourcePosition
Declaration
[YamlIgnore]
public override Vector3 Position { get; set; }
Property Value
Type | Description |
---|---|
UnityEngine.Vector3 |