C# Class SliderDemo

Inheritance: SliderBase
Afficher le fichier Open project: leapmotion/ImageGrid Class Usage Examples

Méthodes publiques

Свойство Type Description
BotLayerPressedColor Color
BotLayerReleasedColor Color
DotsOffColor Color
DotsOnColor Color
activeBar GameObject
botLayer SliderDemoGraphics,
dot GameObject
midLayer SliderDemoGraphics,
numberOfDots int
topLayer SliderDemoGraphics,

Méthodes protégées

Méthode Description
Awake ( ) : void
FixedUpdate ( ) : void
onInteractionDisabled ( ) : void
onInteractionEnabled ( ) : void
sliderPressed ( ) : void
sliderReleased ( ) : void

Private Methods

Méthode Description
PressedGraphics ( ) : void
ReleasedGraphics ( ) : void
UpdateActiveBar ( ) : void
UpdateDots ( ) : void
UpdateGraphics ( ) : void

Method Details

Awake() protected méthode

protected Awake ( ) : void
Résultat void

FixedUpdate() protected méthode

protected FixedUpdate ( ) : void
Résultat void

onInteractionDisabled() protected méthode

protected onInteractionDisabled ( ) : void
Résultat void

onInteractionEnabled() protected méthode

protected onInteractionEnabled ( ) : void
Résultat void

sliderPressed() protected méthode

protected sliderPressed ( ) : void
Résultat void

sliderReleased() protected méthode

protected sliderReleased ( ) : void
Résultat void

Property Details

BotLayerPressedColor public_oe property

public Color BotLayerPressedColor
Résultat Color

BotLayerReleasedColor public_oe property

public Color BotLayerReleasedColor
Résultat Color

DotsOffColor public_oe property

public Color DotsOffColor
Résultat Color

DotsOnColor public_oe property

public Color DotsOnColor
Résultat Color

activeBar public_oe property

public GameObject activeBar
Résultat GameObject

botLayer public_oe property

public SliderDemoGraphics, botLayer
Résultat SliderDemoGraphics,

dot public_oe property

public GameObject dot
Résultat GameObject

midLayer public_oe property

public SliderDemoGraphics, midLayer
Résultat SliderDemoGraphics,

numberOfDots public_oe property

public int numberOfDots
Résultat int

topLayer public_oe property

public SliderDemoGraphics, topLayer
Résultat SliderDemoGraphics,