C# Class AssemblyCSharp.WeightedValue

Afficher le fichier Open project: wooga/ps_social_jam Class Usage Examples

Méthodes publiques

Свойство Type Description
IsAny bool
Name string
Type string
Weight float

Méthodes publiques

Méthode Description
Match ( WeightedGroupItem item ) : int
ToString ( ) : string
WeightedValue ( string type, string name, float weight ) : System

Method Details

Match() public méthode

public Match ( WeightedGroupItem item ) : int
item WeightedGroupItem
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

WeightedValue() public méthode

public WeightedValue ( string type, string name, float weight ) : System
type string
name string
weight float
Résultat System

Property Details

IsAny public_oe property

public bool IsAny
Résultat bool

Name public_oe property

public string Name
Résultat string

Type public_oe property

public string Type
Résultat string

Weight public_oe property

public float Weight
Résultat float