C# 클래스 KnobValue, VJ01

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

공개 프로퍼티들

프로퍼티 타입 설명
knobNumber int
label string
maxValue float
minValue float
realValue float
sensitivity float

공개 메소드들

메소드 설명
Update ( ) : void

메소드 상세

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

knobNumber 공개적으로 프로퍼티

public int knobNumber
리턴 int

label 공개적으로 프로퍼티

public string label
리턴 string

maxValue 공개적으로 프로퍼티

public float maxValue
리턴 float

minValue 공개적으로 프로퍼티

public float minValue
리턴 float

realValue 공개적으로 프로퍼티

public float realValue
리턴 float

sensitivity 공개적으로 프로퍼티

public float sensitivity
리턴 float