Struct GhostComponentSerializer
Syntax
public struct GhostComponentSerializer
Fields
VariantTypes
Declaration
public static List<Type> VariantTypes
Field Value
Type |
Description |
List<Type> |
|
Methods
CopyFromChangeMask(IntPtr, Int32, Int32)
Declaration
public static uint CopyFromChangeMask(IntPtr bitData, int offset, int numBits)
Parameters
Type |
Name |
Description |
IntPtr |
bitData |
|
Int32 |
offset |
|
Int32 |
numBits |
|
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
Type |
Name |
Description |
IntPtr |
value |
|
Int32 |
offset |
|
Returns
Type Parameters