UnityEditor.AssetServer.UpdateSetResolutions C# (CSharp) Method

UpdateSetResolutions() private method

private UpdateSetResolutions ( string guids, DownloadResolution resolutions ) : bool
guids string
resolutions DownloadResolution
return bool
        internal static extern bool UpdateSetResolutions(string[] guids, DownloadResolution[] resolutions);
        [MethodImpl(MethodImplOptions.InternalCall)]
AssetServer