Ejemplo n.º 1
0
 internal static extern void PerformGesture(Handedness hand, SimulatedGesture gesture);
Ejemplo n.º 2
0
 public void PerformGesture(SimulatedGesture gesture)
 {
     HolographicAutomation.PerformGesture(m_Hand, gesture);
 }
Ejemplo n.º 3
0
 public void PerformGesture(SimulatedGesture gesture)
 {
 }
 internal static extern void PerformGesture(GestureHand hand, SimulatedGesture gesture);
Ejemplo n.º 5
0
 public void PerformGesture(SimulatedGesture gesture)
 {
     HolographicEmulation.PerformGesture_Internal(this.m_Hand, gesture);
 }