Method | Description | |
---|---|---|
BoolReceiveBase ( BitStream stream ) : bool | ||
FloatReceiveBase ( BitStream stream ) : Single | ||
IntReceiveBase ( BitStream stream ) : |
||
QuaternionReceiveBase ( BitStream stream ) : Quaternion | ||
SerializeBase ( |
||
SerializeBase ( Quaternion data, BitStream stream ) : void | ||
SerializeBase ( Single data, BitStream stream ) : void | ||
SerializeBase ( Vector3 data, BitStream stream ) : void | ||
SerializeBase ( bool data, BitStream stream ) : void | ||
Vector3ReceiveBase ( BitStream stream ) : Vector3 |
public static BoolReceiveBase ( BitStream stream ) : bool | ||
stream | BitStream | |
return | bool |
public static FloatReceiveBase ( BitStream stream ) : Single | ||
stream | BitStream | |
return | Single |
public static IntReceiveBase ( BitStream stream ) : |
||
stream | BitStream | |
return |
public static QuaternionReceiveBase ( BitStream stream ) : Quaternion | ||
stream | BitStream | |
return | Quaternion |
public static SerializeBase ( |
||
data | ||
stream | BitStream | |
return | void |
public static SerializeBase ( Quaternion data, BitStream stream ) : void | ||
data | Quaternion | |
stream | BitStream | |
return | void |
public static SerializeBase ( Single data, BitStream stream ) : void | ||
data | Single | |
stream | BitStream | |
return | void |
public static SerializeBase ( Vector3 data, BitStream stream ) : void | ||
data | Vector3 | |
stream | BitStream | |
return | void |
public static SerializeBase ( bool data, BitStream stream ) : void | ||
data | bool | |
stream | BitStream | |
return | void |
public static Vector3ReceiveBase ( BitStream stream ) : Vector3 | ||
stream | BitStream | |
return | Vector3 |