INTERNAL_CALL_GetNativeDepthBufferPtr() 개인적인 메소드

private INTERNAL_CALL_GetNativeDepthBufferPtr ( RenderTexture self, IntPtr &value ) : void
self RenderTexture
value IntPtr
리턴 void
예제 #1
0
        public IntPtr GetNativeDepthBufferPtr()
        {
            IntPtr result;

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