Ejemplo n.º 1
0
 public ArActionGroupColorFollow(ArRobot robot, ArACTS_1_2 acts, ArPTZ camera) : this(AriaCSPINVOKE.new_ArActionGroupColorFollow(ArRobot.getCPtr(robot), ArACTS_1_2.getCPtr(acts), ArPTZ.getCPtr(camera)), true)
 {
 }
 public ArActionColorFollow(string name, ArACTS_1_2 acts, ArPTZ camera) : this(AriaCSPINVOKE.new_ArActionColorFollow__SWIG_3(name, ArACTS_1_2.getCPtr(acts), ArPTZ.getCPtr(camera)), true)
 {
 }
Ejemplo n.º 3
0
 public ArModeActs(ArRobot robot, string name, char key, char key2, ArACTS_1_2 acts) : this(AriaCSPINVOKE.new_ArModeActs__SWIG_0(ArRobot.getCPtr(robot), name, key, key2, ArACTS_1_2.getCPtr(acts)), true)
 {
 }
 public ArActionColorFollow(string name, ArACTS_1_2 acts, ArPTZ camera, double speed, int width) : this(AriaCSPINVOKE.new_ArActionColorFollow__SWIG_1(name, ArACTS_1_2.getCPtr(acts), ArPTZ.getCPtr(camera), speed, width), true)
 {
 }