Skip to content

クラス GcUtil

Namespace: GameCanvas

csharp
public static class GcUtil

メソッド

Memcpy<T>(NativeList<T>, NativeList<T>)

csharp
public static void Memcpy<T>(in NativeList<T> from, NativeList<T> to) where T : unmanaged

Swap<T>(T, T)

csharp
public static void Swap<T>(ref T a, ref T b)

Released under the MIT License.