INTERNAL_CALL_GetNativeDepthBufferPtr() private method

private INTERNAL_CALL_GetNativeDepthBufferPtr ( RenderTexture self, IntPtr &value ) : void
self RenderTexture
value IntPtr
return void
コード例 #1
0
        public IntPtr GetNativeDepthBufferPtr()
        {
            IntPtr result;

            RenderTexture.INTERNAL_CALL_GetNativeDepthBufferPtr(this, out result);
            return(result);
        }