SYMBOL INDEX (15 symbols across 1 files) FILE: Plugins/Simple360Render/I360Render.cs class I360Render (line 5) | public static class I360Render method Capture (line 10) | public static byte[] Capture( int width = 1024, bool encodeAsJPEG = tr... method CaptureAsync (line 15) | public static void CaptureAsync( Action callback, int width = ... method CaptureInternal (line 20) | private static byte[] CaptureInternal( int width = 1024, bool encodeAs... method InsertXMPIntoTexture2D_JPEG (line 155) | public static byte[] InsertXMPIntoTexture2D_JPEG( Texture2D image ) method InsertXMPIntoTexture2D_PNG (line 160) | public static byte[] InsertXMPIntoTexture2D_PNG( Texture2D image ) method DoTheHardWork_JPEG (line 166) | private static byte[] DoTheHardWork_JPEG( byte[] fileBytes, int imageW... method CheckBytesForXMPNamespace_JPEG (line 204) | private static bool CheckBytesForXMPNamespace_JPEG( byte[] bytes, int ... method SearchChunkForXMP_JPEG (line 215) | private static bool SearchChunkForXMP_JPEG( byte[] bytes, ref int star... method FindIndexToInsertXMPCode_JPEG (line 252) | private static int FindIndexToInsertXMPCode_JPEG( byte[] bytes ) method DoTheHardWork_PNG (line 260) | private static byte[] DoTheHardWork_PNG( byte[] fileBytes, int imageWi... method CalculateCRC_PNG (line 284) | private static string CalculateCRC_PNG( string xmpContent ) method UpdateCRC_PNG (line 295) | private static uint UpdateCRC_PNG( string xmpContent ) method CalculateCRCTable_PNG (line 306) | private static void CalculateCRCTable_PNG() method CalculateCRCBytes_PNG (line 324) | private static byte[] CalculateCRCBytes_PNG( uint crc )