C# Class AssemblyCSharp.WeightedGroupItem

ファイルを表示 Open project: wooga/ps_social_jam Class Usage Examples

Public Properties

Property Type Description
Name string
Type string
Weight float

Public Methods

Method Description
ForIndex ( int index, string type, string Name ) : WeightedGroupItem
ToString ( ) : string

Method Details

ForIndex() public static method

public static ForIndex ( int index, string type, string Name ) : WeightedGroupItem
index int
type string
Name string
return WeightedGroupItem

ToString() public method

public ToString ( ) : string
return string

Property Details

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