C# 클래스 LMWidgets.DialModeBase

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: leapmotion/ImageGrid 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
dialGraphics DialGraphics
steps int

보호된 메소드들

메소드 설명
ApplyConstraints ( ) : void
ApplyRotations ( ) : void
MinAngleToZero ( float angle ) : float
RestrictAngle ( float setAngle ) : float
RestrictStep ( float setAngle ) : int
SnapToStep ( ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
EndInteraction ( ) : void
FixedUpdate ( ) : void
IsHand ( Collider other ) : bool
OnDisable ( ) : void
OnEnable ( ) : void
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void

메소드 상세

ApplyConstraints() 보호된 메소드

protected ApplyConstraints ( ) : void
리턴 void

ApplyRotations() 보호된 메소드

protected ApplyRotations ( ) : void
리턴 void

MinAngleToZero() 보호된 메소드

protected MinAngleToZero ( float angle ) : float
angle float
리턴 float

RestrictAngle() 보호된 메소드

protected RestrictAngle ( float setAngle ) : float
setAngle float
리턴 float

RestrictStep() 보호된 메소드

protected RestrictStep ( float setAngle ) : int
setAngle float
리턴 int

SnapToStep() 보호된 메소드

protected SnapToStep ( ) : void
리턴 void

프로퍼티 상세

dialGraphics 공개적으로 프로퍼티

public DialGraphics dialGraphics
리턴 DialGraphics

steps 공개적으로 프로퍼티

public int steps
리턴 int