Exemplo n.º 1
0
 // Use this for initialization
 void Start()
 {
     m_targetGlove = m_targetGlove.GetComponent <GloveController>();
     m_slider      = GetComponent <BarSlider>();
     m_frame       = GetComponent <UIFrame>();
     m_frame.SetLabel(m_targetGlove.GetGestureName(m_gestureindex));
 }
Exemplo n.º 2
0
 // Use this for initialization
 public override void Awake()
 {
     base.Awake();
     SetIsDraggable(true);
     SetIsDockable(true);
     m_slider = GetComponent <BarSlider>();
     m_frame  = GetComponent <UIFrame>();
 }
Exemplo n.º 3
0
 public override void Awake()
 {
     base.Awake();
     m_barSlider = GetComponent <BarSlider>();
 }