C# Class UnityEngine.TooltipAttribute

Inheritance: PropertyAttribute
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Свойство Type Description
tooltip string

Méthodes publiques

Méthode Description
TooltipAttribute ( string tooltip ) : System

Specify a tooltip for a field.

Method Details

TooltipAttribute() public méthode

Specify a tooltip for a field.

public TooltipAttribute ( string tooltip ) : System
tooltip string The tooltip text.
Résultat System

Property Details

tooltip public_oe property

The tooltip text.

public string tooltip
Résultat string