public void SetRange(int index, TextureUnitStates values)
 {
     OgrePINVOKE.TextureUnitStates_SetRange(swigCPtr, index, TextureUnitStates.getCPtr(values));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public TextureUnitStates(TextureUnitStates other) : this(OgrePINVOKE.new_TextureUnitStates__SWIG_1(TextureUnitStates.getCPtr(other)), true)
 {
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }