Show / Hide Table of Contents

Class SpawnPoint

Inheritance
System.Object
SpawnPoint
Namespace: Eco.Gameplay.Systems.InitialSpawn
Assembly: Eco.Gameplay.dll
Syntax
public sealed class SpawnPoint : ValueType

Constructors

SpawnPoint()

Declaration
public SpawnPoint()

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
Type Description
Vector3i

Priority

Declaration
public float Priority { get; set; }
Property Value
Type Description
System.Single

Extension Methods

TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
TypeTooltipExtensions.UILinkGeneric(Object)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾