C# Class TweakScale.ScaleType.NodeInfo

Afficher le fichier Open project: Biotronic/TweakScale

Méthodes publiques

Свойство Type Description
Family string
Scale float

Méthodes publiques

Méthode Description
NodeInfo ( string s ) : System.Collections.Generic
NodeInfo ( string family, float scale ) : System.Collections.Generic
ToString ( ) : string

Private Methods

Méthode Description
NodeInfo ( ) : System.Collections.Generic

Method Details

NodeInfo() public méthode

public NodeInfo ( string s ) : System.Collections.Generic
s string
Résultat System.Collections.Generic

NodeInfo() public méthode

public NodeInfo ( string family, float scale ) : System.Collections.Generic
family string
scale float
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Family public_oe property

public string Family
Résultat string

Scale public_oe property

public float Scale
Résultat float