C# 클래스 AssemblyCSharp.WeightedGroupItem

파일 보기 프로젝트 열기: wooga/ps_social_jam 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Name string
Type string
Weight float

공개 메소드들

메소드 설명
ForIndex ( int index, string type, string Name ) : WeightedGroupItem
ToString ( ) : string

메소드 상세

ForIndex() 공개 정적인 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Name 공개적으로 프로퍼티

public string Name
리턴 string

Type 공개적으로 프로퍼티

public string Type
리턴 string

Weight 공개적으로 프로퍼티

public float Weight
리턴 float