C# Class SSTUTools.VolumeRatioEntry

Afficher le fichier Open project: shadowmage45/SSTULabs Class Usage Examples

Méthodes publiques

Свойство Type Description
displayName string
resourceName string

Méthodes publiques

Méthode Description
VolumeRatioEntry ( ContainerDefinition container, string resourceName, string displayName, int startRatio ) : System
draw ( ) : bool
updateCachedValues ( ) : void

Method Details

VolumeRatioEntry() public méthode

public VolumeRatioEntry ( ContainerDefinition container, string resourceName, string displayName, int startRatio ) : System
container ContainerDefinition
resourceName string
displayName string
startRatio int
Résultat System

draw() public méthode

public draw ( ) : bool
Résultat bool

updateCachedValues() public méthode

public updateCachedValues ( ) : void
Résultat void

Property Details

displayName public_oe property

public string displayName
Résultat string

resourceName public_oe property

public string resourceName
Résultat string