public void setCustomShadowCameraSetup(ShadowCameraSetupPtr customShadowSetup) { OgrePINVOKE.Light_setCustomShadowCameraSetup(swigCPtr, ShadowCameraSetupPtr.getCPtr(customShadowSetup)); if (OgrePINVOKE.SWIGPendingException.Pending) { throw OgrePINVOKE.SWIGPendingException.Retrieve(); } }
public ShadowCameraSetupPtr(ShadowCameraSetupPtr r) : this(OgrePINVOKE.new_ShadowCameraSetupPtr__SWIG_2(ShadowCameraSetupPtr.getCPtr(r)), true) { if (OgrePINVOKE.SWIGPendingException.Pending) { throw OgrePINVOKE.SWIGPendingException.Retrieve(); } }