private void UpdateTouchingPlayer(string playerId) { TouchingPlayer = playerId; _smoothSync.clearBuffer(); UpdateDebugText(); }
public void RpcClearBuffer() { smoothSync.clearBuffer(); }