C# Class SSTUTools.ResourceListEntry

ファイルを表示 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_oe property

public float fill
return float

max public_oe property

public float max
return float

name public_oe property

public string name
return string