Table of Contents

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

from NativeList<T>
to NativeList<T>

Type Parameters

T

Swap<T>(ref T, ref T)

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

Parameters

a T
b T

Type Parameters

T