Class CoreUnsafeUtils
상속된 멤버
네임스페이스: UnityEngine.Experimental.Rendering
어셈블리: solution.dll
구문
public static class CoreUnsafeUtils
메서드
| 이름 | 설명 |
|---|---|
| CombineHashes(int, Hash128*, Hash128*) | |
| CombineHashes<TValue, TGetter>(int, void*, Hash128*) | Combine all of the hashes of a collection of hashes. |
| CompareHashes(int, Hash128*, int, Hash128*, int*, int*, out int, out int) | |
| CompareHashes<TOldValue, TOldGetter, TNewValue, TNewGetter>(int, void*, int, void*, int*, int*, out int, out int) | Compare hashes of two collections and provide
a list of indices Assumes that |
| CopyTo<T>(List<T>, void*, int) | |
| CopyTo<T>(T[], void*, int) | |
| HaveDuplicates(int[]) | |
| IndexOf<T>(void*, int, T) | |
| QuickSort(uint[], int, int) | |
| QuickSort<T>(int, void*) | |
| QuickSort<TValue, TKey, TGetter>(int, void*) | |
| QuickSort<TValue, TKey, TGetter>(void*, int, int) |