Ejemplo n.º 1
0
 public JsValue(JsObject value) : this(UsdCsPINVOKE.new_JsValue__SWIG_1(JsObject.getCPtr(value)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public JsObject(JsObject other) : this(UsdCsPINVOKE.new_JsObject__SWIG_1(JsObject.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }