예제 #1
0
 public void setAddressingMode(Sampler.UVWAddressingMode uvw)
 {
     OgrePINVOKE.Sampler_setAddressingMode__SWIG_2(swigCPtr, Sampler.UVWAddressingMode.getCPtr(uvw));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
 public Sampler.UVWAddressingMode getAddressingMode()
 {
     Sampler.UVWAddressingMode ret = new Sampler.UVWAddressingMode(OgrePINVOKE.Sampler_getAddressingMode(swigCPtr), false);
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }