C# Class TweakScale.ScaleType

Configuration values for TweakScale.
Afficher le fichier Open project: Biotronic/TweakScale Class Usage Examples

Méthodes publiques

Свойство Type Description
AttachNodes NodeInfo>.Dictionary
DefaultScale float
Exponents ScaleExponents>.Dictionary
Family string
IsFreeScale bool
MaxValue float
MinValue float
Name string
Suffix string
TechRequired string[]

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ScaleType ( ConfigNode config ) : System.Collections.Generic
ToString ( ) : string
operator ( ) : bool

Méthodes protégées

Méthode Description
Equals ( ScaleType other ) : bool

Private Methods

Méthode Description
GetNodeFactors ( ConfigNode node, NodeInfo>.Dictionary source ) : NodeInfo>.Dictionary
GetScaleConfig ( string name ) : ScaleType

Fetches the scale ScaleType with the specified name.

ScaleType ( ) : System.Collections.Generic

Method Details

Equals() protected méthode

protected Equals ( ScaleType other ) : bool
other ScaleType
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ScaleType() public méthode

public ScaleType ( ConfigNode config ) : System.Collections.Generic
config ConfigNode
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

AttachNodes public_oe property

public Dictionary AttachNodes
Résultat NodeInfo>.Dictionary

DefaultScale public_oe property

public float DefaultScale
Résultat float

Exponents public_oe property

public Dictionary Exponents
Résultat ScaleExponents>.Dictionary

Family public_oe property

public string Family
Résultat string

IsFreeScale public_oe property

public bool IsFreeScale
Résultat bool

MaxValue public_oe property

public float MaxValue
Résultat float

MinValue public_oe property

public float MinValue
Résultat float

Name public_oe property

public string Name
Résultat string

Suffix public_oe property

public string Suffix
Résultat string

TechRequired public_oe property

public string[] TechRequired
Résultat string[]