コード例 #1
0
ファイル: Sampler.cs プロジェクト: wellsanin1/Game-Engine
 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
ファイル: Sampler.cs プロジェクト: wellsanin1/Game-Engine
 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);
 }