Exemple #1
0
 public ExperienceReplayBuffer(ExperienceReplayBuffer other) : this(rysyPINVOKE.new_ExperienceReplayBuffer__SWIG_1(ExperienceReplayBuffer.getCPtr(other)), true)
 {
     if (rysyPINVOKE.SWIGPendingException.Pending)
     {
         throw rysyPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(ExperienceReplayBuffer obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }