C# Class SSTUTools.ResourceListEntry

Show file Open project: shadowmage45/SSTULabs Class Usage Examples

Public Properties

Property Type Description
fill float
max float
name string

Public Methods

Method Description
ResourceListEntry ( string name, float fill, float max ) : System

Method Details

ResourceListEntry() public method

public ResourceListEntry ( string name, float fill, float max ) : System
name string
fill float
max float
return System

Property Details

fill public property

public float fill
return float

max public property

public float max
return float

name public property

public string name
return string