mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-06-26 18:12:45 +08:00
InteractiveValueStruct, and a few cleanups
This commit is contained in:
@ -46,7 +46,7 @@ namespace UnityExplorer.Core.Runtime.Mono
|
||||
if (method.IsStatic)
|
||||
return (byte[])method.Invoke(null, new object[] { tex });
|
||||
else
|
||||
return (byte[])method.Invoke(tex, new object[0]);
|
||||
return (byte[])method.Invoke(tex, ArgumentUtility.EmptyArgs);
|
||||
}
|
||||
|
||||
private static MethodInfo GetEncodeToPNGMethod()
|
||||
|
Reference in New Issue
Block a user