Пример #1
0
 public void setCamera(ArPTZ camera)
 {
     AriaCSPINVOKE.ArActionGroupColorFollow_setCamera(swigCPtr, ArPTZ.getCPtr(camera));
 }
 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)
 {
 }
Пример #3
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, double speed, int width) : this(AriaCSPINVOKE.new_ArActionColorFollow__SWIG_1(name, ArACTS_1_2.getCPtr(acts), ArPTZ.getCPtr(camera), speed, width), true)
 {
 }