Méthode | 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 | |
Résultat | bool |
public static FloatReceiveBase ( BitStream stream ) : Single | ||
stream | BitStream | |
Résultat | Single |
public static IntReceiveBase ( BitStream stream ) : |
||
stream | BitStream | |
Résultat |
public static QuaternionReceiveBase ( BitStream stream ) : Quaternion | ||
stream | BitStream | |
Résultat | Quaternion |
public static SerializeBase ( |
||
data | ||
stream | BitStream | |
Résultat | void |
public static SerializeBase ( Quaternion data, BitStream stream ) : void | ||
data | Quaternion | |
stream | BitStream | |
Résultat | void |
public static SerializeBase ( Single data, BitStream stream ) : void | ||
data | Single | |
stream | BitStream | |
Résultat | void |
public static SerializeBase ( Vector3 data, BitStream stream ) : void | ||
data | Vector3 | |
stream | BitStream | |
Résultat | void |
public static SerializeBase ( bool data, BitStream stream ) : void | ||
data | bool | |
stream | BitStream | |
Résultat | void |
public static Vector3ReceiveBase ( BitStream stream ) : Vector3 | ||
stream | BitStream | |
Résultat | Vector3 |