C# 클래스 SliderDemo

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

공개 프로퍼티들

프로퍼티 타입 설명
BotLayerPressedColor Color
BotLayerReleasedColor Color
DotsOffColor Color
DotsOnColor Color
activeBar GameObject
botLayer SliderDemoGraphics,
dot GameObject
midLayer SliderDemoGraphics,
numberOfDots int
topLayer SliderDemoGraphics,

보호된 메소드들

메소드 설명
Awake ( ) : void
FixedUpdate ( ) : void
onInteractionDisabled ( ) : void
onInteractionEnabled ( ) : void
sliderPressed ( ) : void
sliderReleased ( ) : void

비공개 메소드들

메소드 설명
PressedGraphics ( ) : void
ReleasedGraphics ( ) : void
UpdateActiveBar ( ) : void
UpdateDots ( ) : void
UpdateGraphics ( ) : void

메소드 상세

Awake() 보호된 메소드

protected Awake ( ) : void
리턴 void

FixedUpdate() 보호된 메소드

protected FixedUpdate ( ) : void
리턴 void

onInteractionDisabled() 보호된 메소드

protected onInteractionDisabled ( ) : void
리턴 void

onInteractionEnabled() 보호된 메소드

protected onInteractionEnabled ( ) : void
리턴 void

sliderPressed() 보호된 메소드

protected sliderPressed ( ) : void
리턴 void

sliderReleased() 보호된 메소드

protected sliderReleased ( ) : void
리턴 void

프로퍼티 상세

BotLayerPressedColor 공개적으로 프로퍼티

public Color BotLayerPressedColor
리턴 Color

BotLayerReleasedColor 공개적으로 프로퍼티

public Color BotLayerReleasedColor
리턴 Color

DotsOffColor 공개적으로 프로퍼티

public Color DotsOffColor
리턴 Color

DotsOnColor 공개적으로 프로퍼티

public Color DotsOnColor
리턴 Color

activeBar 공개적으로 프로퍼티

public GameObject activeBar
리턴 GameObject

botLayer 공개적으로 프로퍼티

public SliderDemoGraphics, botLayer
리턴 SliderDemoGraphics,

dot 공개적으로 프로퍼티

public GameObject dot
리턴 GameObject

midLayer 공개적으로 프로퍼티

public SliderDemoGraphics, midLayer
리턴 SliderDemoGraphics,

numberOfDots 공개적으로 프로퍼티

public int numberOfDots
리턴 int

topLayer 공개적으로 프로퍼티

public SliderDemoGraphics, topLayer
리턴 SliderDemoGraphics,