C# Class AssemblyCSharp.CodeProfiler

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: wooga/ps_social_jam

Méthodes publiques

Свойство Type Description
font UnityEngine.Font

Méthodes publiques

Méthode Description
Begin ( string id ) : void
End ( string id ) : void

Private Methods

Méthode Description
Awake ( ) : void
OnGUI ( ) : void
Update ( ) : void

Method Details

Begin() public static méthode

public static Begin ( string id ) : void
id string
Résultat void

End() public static méthode

public static End ( string id ) : void
id string
Résultat void

Property Details

font public_oe property

public Font,UnityEngine font
Résultat UnityEngine.Font