Class ShowFPS
Inherited Members
UnityEngine.Component.GetComponentInParent<T>(System.Boolean)
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: Global Namespace
Syntax
public class ShowFPS : MonoBehaviour
Fields
CurrentFPS
Declaration
public Text CurrentFPS
Field Value
Type | Description |
---|---|
UnityEngine.UI.Text |
RefreshRate
Declaration
public Text RefreshRate
Field Value
Type | Description |
---|---|
UnityEngine.UI.Text |
TargetFPS
Declaration
public Text TargetFPS
Field Value
Type | Description |
---|---|
UnityEngine.UI.Text |