Class SpawnPoint
Inheritance
System.Object
SpawnPoint
Assembly: Eco.Gameplay.dll
Syntax
public sealed class SpawnPoint : ValueType
Constructors
SpawnPoint()
Declaration
Properties
Color
Declaration
public string Color { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Description
Declaration
public string Description { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Position
Declaration
public Vector3i Position { get; set; }
Property Value
Priority
Declaration
public float Priority { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
Extension Methods