Class StaticSpawnPoint
Handles static 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 StaticSpawnPoint : 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 SourceName
Declaration
public override string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourcePosition
Declaration
public override Vector3 Position { get; set; }
Property Value
Type | Description |
---|---|
UnityEngine.Vector3 |