예제 #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)
 {
 }
예제 #2
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)
 {
 }
 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)
 {
 }
예제 #5
0
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(ArACTS_1_2 obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }