C# 클래스 UnityRose.Formats.WeightIdPair

상속: IComparable
파일 보기 프로젝트 열기: osROSE/UnityRose 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
id int
weight float

공개 메소드들

메소드 설명
WeightIdPair ( int id, float weight ) : System

비공개 메소드들

메소드 설명
IComparable ( object obj ) : int

메소드 상세

WeightIdPair() 공개 메소드

public WeightIdPair ( int id, float weight ) : System
id int
weight float
리턴 System

프로퍼티 상세

id 공개적으로 프로퍼티

public int id
리턴 int

weight 공개적으로 프로퍼티

public float weight
리턴 float