Show / Hide Table of Contents

Class Level

Inheritance
System.Object
Level
Implements
IController
IViewController
IHasUniversalID
Namespace: Eco.Gameplay.Players
Assembly: Eco.Gameplay.dll
Syntax
public class Level : Object, IController, IViewController, IHasUniversalID

Constructors

Level()

Declaration
public Level()

Level(String, Single, Single, String)

Declaration
public Level(string name, float value, float capacity, string unit)
Parameters
Type Name Description
System.String name
System.Single value
System.Single capacity
System.String unit

Properties

Capacity

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

ControllerID

Declaration
public ref int ControllerID { get; }
Property Value
Type Description
System.Int32

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Percent

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

Unit

Declaration
public string Unit { get; set; }
Property Value
Type Description
System.String

Value

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

Implements

IController
IViewController
IHasUniversalID

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
☀
☾