예제 #1
0
 public BoneAnimator(BoneAnimator arg0) : this(VixenLibPINVOKE.new_BoneAnimator__SWIG_2(BoneAnimator.getCPtr(arg0)), true)
 {
     if (VixenLibPINVOKE.SWIGPendingException.Pending)
     {
         throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
 internal static HandleRef getCPtr(BoneAnimator obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }