C# Class AssemblyCSharp.WeightedValue

Show file Open project: wooga/ps_social_jam Class Usage Examples

Public Properties

Property Type Description
IsAny bool
Name string
Type string
Weight float

Public Methods

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

Method Details

Match() public method

public Match ( WeightedGroupItem item ) : int
item WeightedGroupItem
return int

ToString() public method

public ToString ( ) : string
return string

WeightedValue() public method

public WeightedValue ( string type, string name, float weight ) : System
type string
name string
weight float
return System

Property Details

IsAny public property

public bool IsAny
return bool

Name public property

public string Name
return string

Type public property

public string Type
return string

Weight public property

public float Weight
return float