Exemplo n.º 1
0
 public virtual void setWorldFragmentType(SceneQuery.WorldFragmentType wft)
 {
     OgrePINVOKE.SceneQuery_setWorldFragmentType(swigCPtr, (int)wft);
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public virtual SceneQuery.WorldFragmentType getWorldFragmentType()
 {
     SceneQuery.WorldFragmentType ret = (SceneQuery.WorldFragmentType)OgrePINVOKE.SceneQuery_getWorldFragmentType(swigCPtr);
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }