C# 클래스 SelectJumpRjTypes, chronojump

상속: SelectJumpTypes
파일 보기 프로젝트 열기: GNOME/chronojump 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FixedValue double
JumpsLimited bool

공개 메소드들

메소드 설명
SelectJumpRjTypes ( int id, string nameEnglish, bool startIn, bool hasWeight, bool jumpsLimited, double fixedValue, string description ) : System
SelectJumpRjTypes ( string nameEnglish ) : System

메소드 상세

SelectJumpRjTypes() 공개 메소드

public SelectJumpRjTypes ( int id, string nameEnglish, bool startIn, bool hasWeight, bool jumpsLimited, double fixedValue, string description ) : System
id int
nameEnglish string
startIn bool
hasWeight bool
jumpsLimited bool
fixedValue double
description string
리턴 System

SelectJumpRjTypes() 공개 메소드

public SelectJumpRjTypes ( string nameEnglish ) : System
nameEnglish string
리턴 System

프로퍼티 상세

FixedValue 공개적으로 프로퍼티

public double FixedValue
리턴 double

JumpsLimited 공개적으로 프로퍼티

public bool JumpsLimited
리턴 bool