Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

tooltips unity

using UnityEngine;

public class Example : MonoBehaviour
{
    [Tooltip("Health value between 0 and 100.")]
    int health = 0;
}
//Straight from the Unity Scripting API
 
PREVIOUS NEXT
Tagged: #tooltips #unity
ADD COMMENT
Topic
Name
4+7 =