C# 클래스 AssemblyCSharp.WeightedValue

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
Match ( WeightedGroupItem item ) : int
ToString ( ) : string
WeightedValue ( string type, string name, float weight ) : System

메소드 상세

Match() 공개 메소드

public Match ( WeightedGroupItem item ) : int
item WeightedGroupItem
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WeightedValue() 공개 메소드

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

프로퍼티 상세

IsAny 공개적으로 프로퍼티

public bool IsAny
리턴 bool

Name 공개적으로 프로퍼티

public string Name
리턴 string

Type 공개적으로 프로퍼티

public string Type
리턴 string

Weight 공개적으로 프로퍼티

public float Weight
리턴 float