C# Class FPSDisplay, NGTools

Inheritance: MonoBehaviour
Afficher le fichier Open project: Naphier/NGTools Class Usage Examples

Méthodes publiques

Свойство Type Description
onGuiFontSize int
onGuiTextAnchor TextAnchor
uiText Text,
updateInterval float

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
OnGUI ( ) : void
SetColor ( float fps ) : void
SetGuiText ( float fps, string label ) : void
Update ( ) : void

Method Details

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

SetColor() public méthode

public SetColor ( float fps ) : void
fps float
Résultat void

SetGuiText() public méthode

public SetGuiText ( float fps, string label ) : void
fps float
label string
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

onGuiFontSize public_oe property

public int onGuiFontSize
Résultat int

onGuiTextAnchor public_oe property

public TextAnchor onGuiTextAnchor
Résultat TextAnchor

uiText public_oe property

public Text, uiText
Résultat Text,

updateInterval public_oe property

public float updateInterval
Résultat float