Beispiel #1
0
 public Passes(Passes other) : this(OgrePINVOKE.new_Passes__SWIG_1(Passes.getCPtr(other)), true)
 {
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public void SetRange(int index, Passes values)
 {
     OgrePINVOKE.Passes_SetRange(swigCPtr, index, Passes.getCPtr(values));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #3
0
 public void AddRange(Passes values)
 {
     OgrePINVOKE.Passes_AddRange(swigCPtr, Passes.getCPtr(values));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }