Show / Hide Table of Contents

Class NetObjectPriority

Inheritance
System.Object
NetObjectPriority
Namespace: Eco.Shared.Networking
Assembly: Eco.Shared.dll
Syntax
public static class NetObjectPriority : Object

Fields

Critical

Declaration
public const float Critical = -1500F
Field Value
Type Description
System.Single

High

Declaration
public const float High = -500F
Field Value
Type Description
System.Single

Low

Declaration
public const float Low = 500F
Field Value
Type Description
System.Single

Medium

Declaration
public const float Medium = 0F
Field Value
Type Description
System.Single

VeryHigh

Declaration
public const float VeryHigh = -1000F
Field Value
Type Description
System.Single

VeryLow

Declaration
public const float VeryLow = 1000F
Field Value
Type Description
System.Single
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾