C# Class UnityRose.Formats.WeightIdPair

Inheritance: IComparable
Afficher le fichier Open project: osROSE/UnityRose Class Usage Examples

Méthodes publiques

Свойство Type Description
id int
weight float

Méthodes publiques

Méthode Description
WeightIdPair ( int id, float weight ) : System

Private Methods

Méthode Description
IComparable ( object obj ) : int

Method Details

WeightIdPair() public méthode

public WeightIdPair ( int id, float weight ) : System
id int
weight float
Résultat System

Property Details

id public_oe property

public int id
Résultat int

weight public_oe property

public float weight
Résultat float