# PingDisplay

## Description

Often times you may want to display the local client's ping while developing your game, this can easily be done with the **PingDisplay** component. This component is commonly added to the [NetworkManager](/docs/fishnet-building-blocks/components/managers/network-manager.md) object, but that is not a requirement.

<div align="left"><figure><img src="/files/nydotqfOhkQwWUklgmCH" alt="An image of a game with a text at the top right showing the client&#x27;s ping"><figcaption><p>Example of the PingDisplay component in-use</p></figcaption></figure></div>

## Settings

<div align="left"><figure><img src="/files/Lu4TAE5g1ZENkjehnw9y" alt=""><figcaption><p>Default settings</p></figcaption></figure></div>

### :gear: **Color**

> This is which color to use for the displayed text.

### :gear: **Placement**

> The P**lacement** indicates in which part of the screen to display the client's ping.

### :gear: **Hide Tick Rate**

> This option will remove tick rate latency from the ping results otherwise the displayed ping will include the delay caused by the server's tick rate.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://fish-networking.gitbook.io/docs/fishnet-building-blocks/components/utilities/pingdisplay.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
