コード例 #1
0
ファイル: Font.cs プロジェクト: wellsanin1/Game-Engine
 public void setAntialiasColour(bool enabled)
 {
     OgreOverlayPINVOKE.Font_setAntialiasColour(swigCPtr, enabled);
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }