Beispiel #1
0
        public static ClothSim Get()
        {
            IntPtr   cPtr = VixenLibPINVOKE.ClothSim_Get();
            ClothSim ret  = (cPtr == IntPtr.Zero) ? null : new ClothSim(cPtr, false);

            return(ret);
        }
Beispiel #2
0
 internal static HandleRef getCPtr(ClothSim obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }