Struct GhostComponentSerializer
Syntax
public struct GhostComponentSerializer
Fields
VariantTypes
Declaration
public static List<Type> VariantTypes
Field Value
Methods
CopyFromChangeMask(IntPtr, Int32, Int32)
Declaration
public static uint CopyFromChangeMask(IntPtr bitData, int offset, int numBits)
Parameters
Returns
CopyToChangeMask(IntPtr, UInt32, Int32, Int32)
Declaration
public static void CopyToChangeMask(IntPtr bitData, uint src, int offset, int numBits)
Parameters
IntPtrCast<T>(ref T)
Declaration
public static IntPtr IntPtrCast<T>(ref T value)
where T : struct
Parameters
Type |
Name |
Description |
T |
value |
|
Returns
Type Parameters
SizeInSnapshot(in GhostComponentSerializer.State)
Declaration
public static int SizeInSnapshot(in GhostComponentSerializer.State serializer)
Parameters
Returns
TypeCast<T>(IntPtr, Int32)
Declaration
public static ref T TypeCast<T>(IntPtr value, int offset = 0)
where T : struct
Parameters
Returns
Type Parameters