public void setAddressingMode(Sampler.UVWAddressingMode uvw) { OgrePINVOKE.Sampler_setAddressingMode__SWIG_2(swigCPtr, Sampler.UVWAddressingMode.getCPtr(uvw)); if (OgrePINVOKE.SWIGPendingException.Pending) { throw OgrePINVOKE.SWIGPendingException.Retrieve(); } }
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); }