Class Level
Inheritance
System.Object
Level
Assembly: Eco.Gameplay.dll
Syntax
public class Level : Object, IController, IViewController, IHasUniversalID
Constructors
Level()
Declaration
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
Extension Methods