|
static bool | HasSameSyncKeys (InputVars input, InputVars lastInput, Key[] syncKeys) |
|
static bool | HasSameSyncAxis (InputVars input, InputVars lastInput, Axis[] syncAxis, float threshold=0.01f) |
|
static bool | HasSameSyncPointers (InputVars input, InputVars lastInput, Pointer[] syncPointers, float threshold=0.1f) |
|
static void | TakeNetworkInput (BitPacker packer, Controls controls, Key[] syncKeys, Axis[] syncAxis, Pointer[] syncPointers) |
|
static void | TakeDummyNetworkInput (BitPacker packer, Key[] syncKeys, Axis[] syncAxis, Pointer[] syncPointers) |
|
static void | StoreNetworkInput (BitPacker packer, Key[] syncKeys, Axis[] syncAxis, Pointer[] syncPointers, ref InputVars vars) |
|
static void | SendNetworkInput (BitPacker packer, InputVars input, InputVars lastInput, Key[] syncKeys, Axis[] syncAxis, Pointer[] syncPointers, float threshold=0.01f) |
|
static byte | PackKeys (InputVars input, Key[] syncKeys) |
|
static void | UnpackKeys (InputVars input, byte keys, Key[] syncKeys) |
|
static void | SendAxis (BitPacker packer, float dir, float threshold) |
|
static float | ReceiveAxis (BitPacker packer) |
|
static void | SendPointer (BitPacker packer, Vector2 pointer) |
|
static Vector2 | ReceivePointer (BitPacker packer) |
|
static bool | IsMine (PumpObject po, Controls controls) |
|