Beispiel #1
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(CLight obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
Beispiel #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(CLight obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Beispiel #3
0
 public void SetLightType(CLight.LIGHTTYPE val)
 {
     SharpMochaPINVOKE.CLight_SetLightType(swigCPtr, (int)val);
 }