C# Class AssemblyCSharp.WeightedValue

ファイルを表示 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_oe property

public bool IsAny
return bool

Name public_oe property

public string Name
return string

Type public_oe property

public string Type
return string

Weight public_oe property

public float Weight
return float