Class GcUtil
- Namespace
- GameCanvas
- Assembly
- GameCanvas.dll
public static class GcUtil
- Inheritance
-
GcUtil
- Inherited Members
Methods
Memcpy<T>(in NativeList<T>, NativeList<T>)
public static void Memcpy<T>(in NativeList<T> from, NativeList<T> to) where T : unmanaged
Parameters
fromNativeList<T>toNativeList<T>
Type Parameters
T
Swap<T>(ref T, ref T)
public static void Swap<T>(ref T a, ref T b)
Parameters
aTbT
Type Parameters
T