コード例 #1
0
ファイル: Light.cs プロジェクト: wellsanin1/Game-Engine
 public void setCustomShadowCameraSetup(ShadowCameraSetupPtr customShadowSetup)
 {
     OgrePINVOKE.Light_setCustomShadowCameraSetup(swigCPtr, ShadowCameraSetupPtr.getCPtr(customShadowSetup));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public ShadowCameraSetupPtr(ShadowCameraSetupPtr r) : this(OgrePINVOKE.new_ShadowCameraSetupPtr__SWIG_2(ShadowCameraSetupPtr.getCPtr(r)), true)
 {
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }