Exemple #1
0
        public ShadowRenderable getLightCapRenderable()
        {
            global::System.IntPtr cPtr = OgrePINVOKE.ShadowRenderable_getLightCapRenderable(swigCPtr);
            ShadowRenderable      ret  = (cPtr == global::System.IntPtr.Zero) ? null : new ShadowRenderable(cPtr, false);

            if (OgrePINVOKE.SWIGPendingException.Pending)
            {
                throw OgrePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(ShadowRenderable obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }