C# 클래스 JumpType, chronojump

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

보호된 프로퍼티들

프로퍼티 타입 설명
fixedValue double
hasWeight bool
isRepetitive bool
jumpsLimited bool
startIn bool
unlimited bool

공개 메소드들

메소드 설명
FindIfIsPredefined ( ) : bool
JumpType ( ) : System
JumpType ( string name ) : System
JumpType ( string name, bool startIn, bool hasWeight, bool isRepetitive, bool jumpsLimited, double fixedValue, bool unlimited, string description, string imageFileName ) : System

메소드 상세

FindIfIsPredefined() 공개 메소드

public FindIfIsPredefined ( ) : bool
리턴 bool

JumpType() 공개 메소드

public JumpType ( ) : System
리턴 System

JumpType() 공개 메소드

public JumpType ( string name ) : System
name string
리턴 System

JumpType() 공개 메소드

public JumpType ( string name, bool startIn, bool hasWeight, bool isRepetitive, bool jumpsLimited, double fixedValue, bool unlimited, string description, string imageFileName ) : System
name string
startIn bool
hasWeight bool
isRepetitive bool
jumpsLimited bool
fixedValue double
unlimited bool
description string
imageFileName string
리턴 System

프로퍼티 상세

fixedValue 보호되어 있는 프로퍼티

protected double fixedValue
리턴 double

hasWeight 보호되어 있는 프로퍼티

protected bool hasWeight
리턴 bool

isRepetitive 보호되어 있는 프로퍼티

protected bool isRepetitive
리턴 bool

jumpsLimited 보호되어 있는 프로퍼티

protected bool jumpsLimited
리턴 bool

startIn 보호되어 있는 프로퍼티

protected bool startIn
리턴 bool

unlimited 보호되어 있는 프로퍼티

protected bool unlimited
리턴 bool